...

Date Picker

Material Admin Pro uses a third party plugin to handle the functionality for the date picker element. Litepicker is a lightweight date range picker plugin with no dependencies, meaning it will integrate well with any framework.


Single Date Example

The single date example is the most basic implementation of Litepicker. Keep in mind that JavaScript is required to implement the date picker, which you can read more about on Litepicker's documentation page.



Date Range Example

The simple date range opens a single month at a time in the date range picker dropdown, allowing users to select a range of dates rather than a single one.



Two Month Range Example

The number of months shown in the date range picker can be modified. The below example shows two months opening for easier selection of wider date ranges.



Related Links