Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix date format localization in subscription settings (#5399)
Task/Issue URL: https://app.asana.com/0/1205648422731273/1208993054177524/f ### Description In subscription settings, we display a date when subscription expires or renews. It is currently using fixed pattern `MMMM dd, yyyy`, which is correct in USA, but potentially confusing or grammatically incorrect in other parts of the world. ### Steps to test this PR QA-optional ### UI changes | Before | After | | ------ | ----- | |![subs-active-date-format-broken](https://github.com/user-attachments/assets/afcc3342-d236-4a92-bc13-2dbf08a4b791)|![subs-active-date-format-fixed](https://github.com/user-attachments/assets/94e64c68-9179-4970-8240-7a29a38532d5)| |![subs-expired-date-format-broken](https://github.com/user-attachments/assets/57c2f37a-599e-415e-a6c4-1683ea2d22c6)|![subs-expired-date-format-fixed](https://github.com/user-attachments/assets/8b2f0f60-8f72-467c-b551-f16b63ebc12e)|
- Loading branch information