Skip to content

Use `parsePikadayDate` to parse due date string

Kushal Pandya requested to merge 55266-fix-incorrect-due-date-parsing into master

What does this MR do?

Fix a bug where using new Date() to parse date string caused parsed date to have hours/minutes to offset the timezone instead of having 00:00, which caused date to show invalid value in certain timezones.

Does this MR meet the acceptance criteria?

Closes #55266 (closed)

Edited by Kushal Pandya

Merge request reports