diff options
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index c51dc02a5..be896adb5 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -112,7 +112,7 @@ <span class="input-group-addon"><!-- <span class="glyphicon glyphicon-calendar"></span> --> <span class="icon-calendar"></span> </span> - <input id="expiration-date" type='text' class="form-control" data-format="YYYY-MM-DD HH:mm" size="20"/> + <input id="expiration-date" type='text' class="form-control" data-date-format="YYYY-MM-DD HH:mm" size="20"/> </div> </div> <!-- </div> --> |