Commit c78107f6 authored by ibuler's avatar ibuler

[Bugfix] Remote datepicker bug

parent b022bf36
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment