Interface IDatepickerPopupConfig

Index

Properties

Properties

optional public appendToBody?: boolean

Append the datepicker popup element to body, rather than inserting after datepicker-popup.

default

false

optional public clearText?: string

The text to display for the clear button.

default

'Clear'

optional public closeOnDateSelection?: boolean

Whether to close calendar when a date is chosen.

default

true

optional public closeText?: string

The text to display for the close button.

default

'Done'

optional public currentText?: string

The text to display for the current day button.

default

'Today'

optional public dateFormat?: string

The format for displayed dates.

default

'yyyy-MM-dd'

optional public showButtonBar?: boolean

Whether to display a button bar underneath the datepicker.

default

true

optional public toggleWeeksText?: string

The text to display for the toggling week numbers button.

default

'Weeks'