Fix calendar
This commit is contained in:
parent
7996430c41
commit
58014baf2f
@ -4363,7 +4363,7 @@ $user_id = $_SESSION['id'];
|
||||
language: 'ru',
|
||||
timepicker: true,
|
||||
autoClose: true,
|
||||
position: 'bottom left',
|
||||
position: 'top left',
|
||||
startDate: startDate,
|
||||
onSelect: function(formattedDate, date) {
|
||||
var dd = ('0' + date.getDate()).slice(-2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user