src/app/component/date-picker/date-picker.pipe.ts
Name | datePicker |
formatDay | ||||
formatDay(date)
|
||||
Parameters :
Returns :
any
|
formatDisplay | ||||
formatDisplay(date)
|
||||
Parameters :
Returns :
string
|
formatMonth | ||||
formatMonth(date)
|
||||
Parameters :
Returns :
string
|
transform |
transform(value: any, args?: any)
|
Returns :
any
|
Private localConfig |
Type : object
|
Default value : {
dayAbbreviation: ['日', '一', '二', '三', '四', '五', '六'],
dayList: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
monthList: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'],
monthLongList: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月']
}
|