Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(module:datepicker): support string and number type as value (#593)
change NzDatePipe to support display string type in valid ISO 8601 format (eg: '2013-02-08 09:30:26.123') and number type (eg: timestamp-'123456789') . 修改了NzDatePipe从而支持显示输入的ISO 8601时间格式的字符串类型(如: “2013-02-08 09:30:26.123”)和数字类型(如:时间戳-“123456789”)。
- Loading branch information