{% extends "partials/layouts/main-layout.html.twig" %} {% block css1 %} {% endblock %} {% block body_attributes %} {% endblock %} {% block sidebar %} {% include "partials/sidebar.html.twig" %} {% endblock %} {% block hr_sidebar %} {% include "partials/horizontal-sidebar.html.twig" %} {% endblock %} {% block content %}
{% include "partials/breadcrumb.html.twig" with {'title': "Datepicker", 'subtitle': "Home"} %}

Default Datepicker

just add class .mydatepicker to create it.

Autoclose Datepicker

just add class .complex-colorpicker to create it.

Default Datepicker click on icon

just add class .date to create it.

Date Range picker

just add id #date-range to create it.

TO

Datepicker Inline

You also can set the datepicker to be inline and flat.

{% endblock %} {% block js1 %} {% endblock %} {% block js2 %} {% endblock %}