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
I set air-datepicker locally and when selecting a date on datepicker (for example 13 March 2025) it returns = 13-00-2025.
No matter what month you chosen, it returns 00 for every one.
Js and CSS was taken from github library and npm:
I set air-datepicker locally and when selecting a date on datepicker (for example 13 March 2025) it returns = 13-00-2025.
No matter what month you chosen, it returns 00 for every one.
Js and CSS was taken from github library and npm:
new AirDatepicker('#calendar', {
<script type="text/javascript" src="assets/js/air-datepicker.js"></script>dateFormat: 'mm/dd/yyyy',
timeFormat: 'hh:ii aa',
firstDay: 1,
range: true,
multipleDatesSeparator: ' - ',
autoClose: true,
});
The text was updated successfully, but these errors were encountered: