Commit c78107f6 authored by ibuler's avatar ibuler

[Bugfix] Remote datepicker bug

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