Type alias: Formatters
Formatters: {
"formatCaption":DateFormatter;"formatDay":DateFormatter;"formatMonthCaption":DateFormatter;"formatWeekNumber":WeekNumberFormatter;"formatWeekdayName":DateFormatter;"formatYearCaption":DateFormatter; }
Represent a map of formatters used to render localized content.
Type declaration
| Member | Type | Description |
|---|---|---|
formatCaption | DateFormatter | Format the month in the caption when captionLayout is buttons. |
formatDay | DateFormatter | Format the day in the day cell. |
formatMonthCaption | DateFormatter | Format the month in the navigation dropdown. |
formatWeekNumber | WeekNumberFormatter | Format the week number. |
formatWeekdayName | DateFormatter | Format the week day name in the header |
formatYearCaption | DateFormatter | Format the year in the navigation dropdown. |