Interface IDatepickerConfig

Index

Properties

Properties

optional public dayFormat?: string

Format of day in month.

default

'dd'

optional public dayHeaderFormat?: string

Format of day in week header.

default

'EEE'

optional public dayTitleFormat?: string

Format of title when selecting day.

default

'MMM yyyy'

optional public maxDate?: any

Defines the maximum available date.

default

null

optional public minDate?: any

Defines the minimum available date.

default

null

optional public monthFormat?: string

Format of month in year.

default

'MMM'

optional public monthTitleFormat?: string

Format of title when selecting month.

default

'yyyy'

optional public showWeeks?: boolean

Whether to display week numbers.

default

true

optional public startingDay?: number

Starting day of the week from 0-6 where 0=Sunday and 6=Saturday.

default

0

optional public yearFormat?: string

Format of year in year range.

default

'yyyy'

optional public yearRange?: number

Number of years displayed in year selection.

default

20