You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I open picker with thit parameters, picker first send datetime example 11.04.2020 12:06
Is possible to send 11.04.2020 12:30 ??
$('*[name=mydate]').appendDtpicker({
"inline": true,
"futureOnly": true,
"minuteInterval": 30,
"futureOnly": true,
"minTime":"10:00",
"maxTime":"18:00",
"dateFormat": "DD.MM.YYYY h:mm" });
};
The text was updated successfully, but these errors were encountered:
Hi, when I open picker with thit parameters, picker first send datetime example 11.04.2020 12:06
Is possible to send 11.04.2020 12:30 ??
$('*[name=mydate]').appendDtpicker({
"inline": true,
"futureOnly": true,
"minuteInterval": 30,
"futureOnly": true,
"minTime":"10:00",
"maxTime":"18:00",
"dateFormat": "DD.MM.YYYY h:mm" });
};
The text was updated successfully, but these errors were encountered: