Fix calendar

This commit is contained in:
mac 2026-07-07 18:29:14 +03:00
parent 7996430c41
commit 58014baf2f

View File

@ -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);