forked from mirrors/easyappointments
Critical mistake resulting in wrong date
This commit is contained in:
parent
1700605b7b
commit
9c99223cb3
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
|
||||||
$('#select-provider').trigger('change');
|
$('#select-provider').trigger('change');
|
||||||
|
|
||||||
// Preselect time
|
// Preselect time
|
||||||
$('#start-datetime').datepicker('setDate', new Date(start.format('YYY/MM/DD HH:mm:ss')));
|
$('#start-datetime').datepicker('setDate', new Date(start.format('YYYY/MM/DD HH:mm:ss')));
|
||||||
$('#end-datetime').datepicker('setDate', new Date(end.format('YYYY/MM/DD HH:mm:ss')));
|
$('#end-datetime').datepicker('setDate', new Date(end.format('YYYY/MM/DD HH:mm:ss')));
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue