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

Support for ISO Dates #126

Open
xpluscal opened this issue Aug 24, 2023 · 2 comments
Open

Support for ISO Dates #126

xpluscal opened this issue Aug 24, 2023 · 2 comments
Labels

Comments

@xpluscal
Copy link

A often used standard format, e.g. in DBs is the ISO string, e.g.:

2023-07-20T09:35:00.000Z

How would you achieve this as input format for the picker at the moment?

@mskocik
Copy link
Owner

mskocik commented Aug 24, 2023

It's not possible to parse this date string because of miliseconds part at the moment. Maybe it's a bug in current implementation. But if you strip seconds and miliseconds, it can be parsed fine (Seconds are stripped automatically anyway)

@mskocik
Copy link
Owner

mskocik commented Aug 29, 2023

I was further thinking about this... This would be useful only with timezone support. Feel free to send PR or you can sponsor it's development.

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

No branches or pull requests

2 participants