Gijgo Datepicker configuration

Select Plugin:  

calendarWeeks Base

Whether to display week number in year on the left side of the calendar.

disableDates Base

An array or function that will be used to determine which dates to be disabled for selection by the widget.

disableDaysOfWeek Base

An array that will be used to determine which days of week to be disabled for selection by the widget. The array needs to contains only numbers where 0 is Sunday, 1 is Monday and etc.

footer Base

If set to true, add footer with ok and cancel buttons to the datepicker.

format Base

Specifies the format, which is used to format the value of the DatePicker displayed in the input.

header Base

If set to true, add header to the datepicker.

icons.rightIcon Base

datepicker icon definition.

iconsLibrary Base

The name of the icons library that is going to be in use. Currently we support Material Icons, Font Awesome and Glyphicons.

keyboardNavigation Base

Whether to enable keyboard navigation.

locale Base

The language that needs to be in use.

maxDate Base

The maximum selectable date. When not set, there is no maximum

minDate Base

The minimum selectable date. When not set, there is no minimum.

modal Base

If set to true, the datepicker will have modal behavior.

selectOtherMonths Base

Whether days in other months shown before or after the current month are selectable. This only applies if the showOtherMonths option is set to true.

showOnFocus Base

If set to true, show datepicker on input focus.

showOtherMonths Base

Whether to display dates in other months at the start or end of the current month.

showRightIcon Base

If set to true, show datepicker icon on the right side of the input.

size Base

The size of the datepicker input.

uiLibrary Base

The name of the UI library that is going to be in use.

value Base

The initial datepicker value.

weekStartDay Base

Day of the week start. 0 (Sunday) to 6 (Saturday)

width Base

The width of the datepicker.