Open xpluscal opened 1 year ago
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)
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.
A often used standard format, e.g. in DBs is the ISO string, e.g.:
How would you achieve this as input format for the picker at the moment?