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