Functions
formatDate
- formatDate(date: ConfigType, template: string): string
-
Parameters
-
date: ConfigType
-
template: string
Returns string
返回格式化后的日期字符串
numeralDayToChineseDay
- numeralDayToChineseDay(day: number): string
-
Parameters
Returns string
返回中文的星期几
toDayjs
- toDayjs(date: ConfigType): Dayjs
-
Parameters
Returns Dayjs
返回 Dayjs
实例
格式化日期。
formatDate('2019-9-1', 'YYYY年M月D日') // => 2019年9月1日