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
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
10.3.0
Bug summary
When upgrading to Umbraco 10.3.0 (or higher) and adding a date picker to a document type the date picker is expected to select the current date. Instead it selects the 1st of last day of the month or even the 1st of january.
Specifics
No response
Steps to reproduce
Create an Umbraco project
Set a Date Picker (any) on DocType (LLL or MM-DD-YYYY)
Create a new page from DocType
Select a date for the first time
Select a new date and check if the calendar view starts at the 1st of the month.
Expected result / actual result
Expected to see the selection on the current date when opening calendar view
Actual result is 1st of last day of the month as initial selected date and sometimes even the 1st of january
The text was updated successfully, but these errors were encountered:
Interesting thing here is the configuration like you mentioned 🎉
With default configuration YYYY-MM-DD it works just fine, but as soon as that is changed, it doesn't 🤔
I suspect it has something to do with how we return the values, as even though they are configured differently, the value for the editors are formatted the same 🕵️♂️
We're writing to let you know that we would love some help with this issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know.
For more information about issues and states, have a look at this blog post.
Thanks muchly, from your friendly Umbraco GitHub bot :-)
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
10.3.0
Bug summary
When upgrading to Umbraco 10.3.0 (or higher) and adding a date picker to a document type the date picker is expected to select the current date. Instead it selects the 1st of last day of the month or even the 1st of january.
Specifics
No response
Steps to reproduce
Expected result / actual result
The text was updated successfully, but these errors were encountered: