1
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
// 日期模式
|
||||
export const DATE_TYPES = {
|
||||
// 年月日
|
||||
YMD: 1,
|
||||
// 年月
|
||||
YM: 2,
|
||||
// 年份
|
||||
Y: 3,
|
||||
// 年月日时分秒
|
||||
'YMD-HM': 4,
|
||||
// 时分秒
|
||||
HMS: 5,
|
||||
// 时分
|
||||
HM: 6
|
||||
};
|
||||
Reference in New Issue
Block a user