Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery datetime picker setdate issue. #218

Open
JitenKhatri opened this issue Jul 5, 2023 · 0 comments
Open

jquery datetime picker setdate issue. #218

JitenKhatri opened this issue Jul 5, 2023 · 0 comments

Comments

@JitenKhatri
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant