add missing defaultFormat (#14593)

This commit is contained in:
zombieJ 2019-01-28 14:07:26 +08:00 committed by GitHub
parent 5de5f4c458
commit a379c47162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ interface PickerMap {
const DEFAULT_FORMAT: PickerMap = {
date: 'YYYY-MM-DD',
dateTime: 'YYYY-MM-DD HH:mm:ss',
week: 'gggg-wo',
month: 'YYYY-MM',
};