[Bugfix] Remote datepicker bug

pull/1805/head
ibuler 2018-09-11 16:01:49 +08:00
parent b022bf36ba
commit c78107f62f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ $(document).ready(function () {
closeOnSelect: false
});
$('#datepicker').datepicker({
format: "yyyy-mm-dd HH:mm",
format: "yyyy-mm-dd",
todayBtn: "linked",
keyboardNavigation: false,
forceParse: false,