projects/angular-calendar/src/modules/common/calendar-date-formatter/calendar-date-formatter.interface.ts
The parameter type passed to the date formatter methods.
Properties |
|
date |
date:
|
Type : Date
|
The date to format. |
daysInWeek |
daysInWeek:
|
Type : number
|
Optional |
The number of days in a week. Can be used to create a shorter or longer week view.
The first day of the week will always be the |
excludeDays |
excludeDays:
|
Type : number[]
|
Optional |
An array of day indexes (0 = sunday, 1 = monday etc) that will be hidden on the view |
locale |
locale:
|
Type : string
|
Optional |
The users preferred locale. |
weekStartsOn |
weekStartsOn:
|
Type : number
|
Optional |
The start day number of the week |