From 5192af6bd0db8cf60a444a6d6b20e89361556ce6 Mon Sep 17 00:00:00 2001 From: xiaofeng1998025 <51980570+xiaofeng1998025@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:10:57 +0800 Subject: [PATCH] Update type.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit valueType 增加ISO格式 --- src/date-picker/type.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/date-picker/type.ts b/src/date-picker/type.ts index 8f20f37905..19fc69eefe 100644 --- a/src/date-picker/type.ts +++ b/src/date-picker/type.ts @@ -315,7 +315,8 @@ export interface TdDateRangePickerProps { | 'YYYY-MM-DD HH' | 'YYYY-MM-DD HH:mm' | 'YYYY-MM-DD HH:mm:ss' - | 'YYYY-MM-DD HH:mm:ss:SSS'; + | 'YYYY-MM-DD HH:mm:ss:SSS' + | 'YYYY-MM-DDTHH:mm:ss.SSSZ'; /** * 当输入框失去焦点时触发 */