DatePicker Auto Wybierz
$("#leave_from").datetimepicker( {
format: 'YYYY-MM-DD',
daysOfWeekDisabled: array2,
disabledDates: holiday,
useCurrent: false
});
Tuhin Mahmud