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
Error parsing the date string: Extra/unparsed characters found in date: 06:34
date string = 19/07/2023 06:34
date format = dd/mm/yy
changing the dateformat to dd/mm/yyyy also doesn't solve the issue,
here's my code
$(".set-Date").datetimepicker({
timeFormat: "HH:mm",
pick12HourFormat: false
}).attr('readonly', 'readonly');; $(".set-Date").datetimepicker($.datepicker.regional['en-US']);
I am using jquery datepicker and jquery timepicker addon.
any solutions ? thanks.
The text was updated successfully, but these errors were encountered:
Error parsing the date string: Extra/unparsed characters found in date: 06:34
date string = 19/07/2023 06:34
date format = dd/mm/yy
changing the dateformat to dd/mm/yyyy also doesn't solve the issue,
$(".set-Date").datetimepicker($ .datepicker.regional['en-US']);
here's my code
$(".set-Date").datetimepicker({
timeFormat: "HH:mm",
pick12HourFormat: false
}).attr('readonly', 'readonly');;
I am using jquery datepicker and jquery timepicker addon.
any solutions ? thanks.
The text was updated successfully, but these errors were encountered: