Skip to content

🐛 Fix legacy date picker date format and parsing - #2939

Open
b-l-i-n-d wants to merge 2 commits into
devfrom
fix/legacy-datepicker
Open

🐛 Fix legacy date picker date format and parsing#2939
b-l-i-n-d wants to merge 2 commits into
devfrom
fix/legacy-datepicker

Conversation

@b-l-i-n-d

@b-l-i-n-d b-l-i-n-d commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator
  • Fixes legacy date format tokens (Y-M-d) rendering incorrect dates in date range, date, and datetime pickers.
  • Uses yyyy-MM-dd format consistently across date picker components.
  • Parses the date URL query param through stringToDate so it is read correctly in the legacy datepicker.
  • Coerces the date string to String in stringToDate to prevent errors on non-string input.

https://app.clickup.com/t/9018365849/86eyd9wzb

@b-l-i-n-d
b-l-i-n-d changed the base branch from master to dev August 3, 2026 06:04
@b-l-i-n-d
b-l-i-n-d requested a review from shewa12 August 3, 2026 06:05
@b-l-i-n-d b-l-i-n-d self-assigned this Aug 3, 2026
@b-l-i-n-d b-l-i-n-d added the 4.0.4 Tutor v4.0.4 label Aug 3, 2026
@b-l-i-n-d
b-l-i-n-d marked this pull request as ready for review August 3, 2026 06:05
@b-l-i-n-d b-l-i-n-d added the bug Something isn't working label Aug 3, 2026
@b-l-i-n-d
b-l-i-n-d requested a review from sazedul-haque August 3, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.0.4 Tutor v4.0.4 bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant