{% set title = 'Date Picker' %} {% set filename = 'extra-component-date-picker.html' %} {% extends 'src/layouts/master.html' %} {% block content %}

Date Picker

Lightweight and powerful datetime picker with flatpickr

Basic Usage

flatpickr without any config

Always-open date picker

Date Range

You can choose the start date and the end date

Preloaded date ranges

Time Picker

24-hour time picker

{% endblock %} {% block styles %} {% endblock %} {% block js %} {% endblock %}