Quick Fix: Date Time Picker support for 24 hours format
Change-Id: I1880f0ac1fd834d3f79cc42ec431353a1f9d8343
This commit is contained in:
parent
f41495f1f3
commit
c68c14d952
@ -4,10 +4,10 @@
|
||||
|
||||
$(function () {
|
||||
$('#id_schedule_start_date').datetimepicker({
|
||||
format: 'YYYY-MM-DDThh:mm:ss'
|
||||
format: 'YYYY-MM-DDTHH:mm:ss'
|
||||
});
|
||||
|
||||
$('#id_schedule_end_date').datetimepicker({
|
||||
format: 'YYYY-MM-DDThh:mm:ss'
|
||||
format: 'YYYY-MM-DDTHH:mm:ss'
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user