This commit is contained in:
Antonio de la Rosa 2020-09-20 01:28:21 +02:00
parent d6bed48a83
commit 787691617d
7 changed files with 23 additions and 16 deletions

View file

@ -1,4 +1,4 @@
${add_js_home_local('jquery.min.js', 'admin')}
${add_js('jquery.min.js', 'admin')}
<input type="number" min="1" max="31" name="${form}_day" id="time_${form}_day" class="form_day" value="${d}" size="2" maxlength="2"/>
<input type="number" min="1" max="12" name="${form}_month" id="time_${form}_month" class="form_month" value="${m}" size="2" maxlength="2"/>