Commit fdf3bc79 by Xuan Trung Le

fix datetime picker

parent fda07d77
......@@ -23,4 +23,15 @@ $(document).ready(function(){
event.preventDefault();
$('#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