Hi, we found some issues with the Date Picker, for most of them we were able to create a workaround, but that would be nice to see those issues fixed.
Chosen date is different than the date saved to a variable.
Date format isn’t right for the local time - mm/dd/yyyy instead of dd/mm/yyyy
If you select the date in the field and delete it you will get 1/1/1970 instead of an empty field
Hi @Dawid_Buszko , thanks for the post! I’d be curious to know what your workarounds are if you have the time to share. I’ll address these individually:
By default, DateTime values are stored in UTC (check out the documentation to learn more about process argument types). I’d recommend converting from UTC to your local/specific timezone as a part of your underlying process.
I’ve logged this bug with the engineering team - once this is fixed I suspect you’ll need to update the Hint Text so users don’t get confused.
This is a known issue and we’re actively working on a fix.
1 Like
m.paton
(M Paton)
November 26, 2021, 2:44pm
6
HI @evan.cohen , has there been any update on this since March? These are fairly important bugs when it comes to dealing with dates in apps.