Datepicker Basic

This is basic datepicker

Simple datepicker

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

Model: {{ model | json }}

Disabled datepicker

This is Disabled datepicker

Datepicker Multiple months

This is datepicker Multiple months


Datepicker in a popup

This is datepicker with popup

Model: {{ model2 | json }}

Range Datepicker

Example of the range selection
{{ date.day }}
From: {{ fromDate | json }} 
To: {{ toDate | json }}