Type Alias: Formatters
Formatters: {
formatCaption
: typeofformatCaption
;formatDay
: typeofformatDay
;formatMonthCaption
: typeofformatMonthCaption
;formatMonthDropdown
: typeofformatMonthDropdown
;formatWeekdayName
: typeofformatWeekdayName
;formatWeekNumber
: typeofformatWeekNumber
;formatWeekNumberHeader
: typeofformatWeekNumberHeader
;formatYearCaption
: typeofformatYearCaption
;formatYearDropdown
: typeofformatYearDropdown
; }
Represent a map of formatters used to render localized content.
Type declaration​
Name | Type | Description |
---|---|---|
formatCaption | typeof formatCaption | Format the caption of a month grid. |
formatDay | typeof formatDay | Format the day in the day cell. |
formatMonthCaption | typeof formatMonthCaption | Deprecated Use Formatters.formatCaption instead. |
formatMonthDropdown | typeof formatMonthDropdown | Format the label in the month dropdown. |
formatWeekdayName | typeof formatWeekdayName | Format the week day name in the header. |
formatWeekNumber | typeof formatWeekNumber | Format the week number. |
formatWeekNumberHeader | typeof formatWeekNumberHeader | Format the header of the week number column. |
formatYearCaption | typeof formatYearCaption | Deprecated Use Formatters.formatYearDropdown instead. |
formatYearDropdown | typeof formatYearDropdown | Format the label in the year dropdown. |