Basic Example
Inline datepicker
Date range picker
Other Options
If you want the datepicker to dissapear right after clicking on a date then you need to use the datepicker-autohide data attribute.
By adding the datepicker-buttons data attribute you will enable the today and clear buttons with the following features:
If you want to use a custom format such as mm/dd/yyyy then you can use the datepicker-format="{format}" data attribute to change it.
You can override the default positioning algorithm by using the datepicker-orientation="{top|right|bottom|left}" data attributes. You can even combine right with bottom or left with top.
You can also add a title to the datepicker by using the datepicker-title="{title}" data attribute.