Commit 9d7fa59d by Xuan Trung Le

fix datetime picker

parent 79e309a7
...@@ -23,4 +23,15 @@ $(document).ready(function(){ ...@@ -23,4 +23,15 @@ $(document).ready(function(){
event.preventDefault(); event.preventDefault();
$('#apply').removeAttr('disabled') $('#apply').removeAttr('disabled')
}); });
$('.form_date').datetimepicker({
language: 'fr',
weekStart: 1,
todayBtn: 1,
autoclose: 1,
todayHighlight: 1,
startView: 2,
minView: 2,
forceParse: 0
});
}); });
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