diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-25 21:17:02 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-25 21:17:02 -0700 |
commit | a498fc8e72bd22dd0850bf2e8e75752724df8046 (patch) | |
tree | 9db1ad782d812bea01915733f92808b33388b99d /view | |
parent | 7063b6cb6d36da2edd307237d6b69b7c2e6efdad (diff) | |
download | volse-hubzilla-a498fc8e72bd22dd0850bf2e8e75752724df8046.tar.gz volse-hubzilla-a498fc8e72bd22dd0850bf2e8e75752724df8046.tar.bz2 volse-hubzilla-a498fc8e72bd22dd0850bf2e8e75752724df8046.zip |
looks like there may be issues with the datetime picker if the local timezone isn't the same as your settings.
Diffstat (limited to 'view')
-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 bc3915f93..75f6b0027 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -196,7 +196,7 @@ </div> <!-- <div class="modal-body"> --> <div class="modal-body form-group" style="width:90%"> - <div class='date'><input type='text' placeholder='yyyy-mm-dd HH:MM' name='start_text' id='created-date' class="form-control" /></div><script type='text/javascript'>$(function () {var picker = $('#created-date').datetimepicker({format:'Y-m-d H:i', minDate: 0 }); })</script> + <div class='date'><input type='text' placeholder='yyyy-mm-dd HH:MM' name='created_text' id='created-date' class="form-control" /></div><script type='text/javascript'>$(function () {var picker = $('#created-date').datetimepicker({format:'Y-m-d H:i', minDate: 0 }); })</script> </div> <!-- </div> --> <div class="modal-footer"> |