Skip to main content Skip to main navigation

Date

Date With Label

Time

Time With Label

Date & Time

Date & Time With Label

Date with calendar icon

Allow the user to choose the date of a given item with a clean, useful dropdown.

For proper styling, use the input in conjunction with the flatpickr class on the input itself. The rest is handled through the JS and data-bind

<input class="input flatpickr flatpickr-input form-control" placeholder="Select a date..." type="text" readonly="readonly">

Loading...