10 lines
293 B
HTML
10 lines
293 B
HTML
{#<label> <div class=""> Dia </div>#}
|
|
{# <input type="date" name="date"#}
|
|
{# value="{% now 'Y-m-d' %}"#}
|
|
{# class="date form-control"#}
|
|
{# disabled#}
|
|
{# >#}
|
|
{#</label><br><br>#}
|
|
<input type="hidden" name="date"
|
|
value="{% now 'Y-m-d' %}"
|
|
> |