UNPKG

217 BHTMLView Raw
1{%- include "schemaMacros.html" -%}
2{% if select %}
3 {{ formDateSelect(name, label, yearsBack, yearsForward) }}
4{% else %}
5 {# jquery UI datepicker enhances this version #}
6 {{ formText(name, label) }}
7{% endif %}