remove seconds from the form

This commit is contained in:
neingeist 2018-11-12 08:21:51 +01:00
parent b2045435ff
commit 00324f74fe
2 changed files with 3 additions and 2 deletions

View file

@ -31,7 +31,7 @@
<script type="text/javascript">
$(function () {
$('#start_time').datetimepicker({
format:'YYYY-MM-DD HH:mm:ss',
format:'YYYY-MM-DD HH:mm',
sideBySide: true
});
});