Properties
optional public dayFormat?: string
Format of day in month.
optional public dayHeaderFormat?: string
Format of day in week header.
optional public dayTitleFormat?: string
Format of title when selecting day.
optional public maxDate?: any
Defines the maximum available date.
optional public minDate?: any
Defines the minimum available date.
optional public monthFormat?: string
Format of month in year.
optional public monthTitleFormat?: string
Format of title when selecting month.
optional public showWeeks?: boolean
Whether to display week numbers.
optional public startingDay?: number
Starting day of the week from 0-6 where 0=Sunday and 6=Saturday.
optional public yearFormat?: string
Format of year in year range.
optional public yearRange?: number
Number of years displayed in year selection.