Datepicker

Simple datepicker

Month: {{ date.month }}.{{ date.year }}

Model: {{ model | json }}

Disabled datepicker

Datepicker in a popup

Model: {{ popupModel | json }}

Custom day view

This datepicker uses a custom template to display days. All week-ends are displayed with an orange background.

{{ date.day }}

Multiple months

Inline

Options

Range selection

{{ date.day }}

From: {{ fromDate | json }}

To: {{ toDate | json }}