Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change date locale in header of timeline_view.dart #1314

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

amirbahrawy
Copy link

Previously, the dateText was formatted using the DateFormat class without any specified locale, which could lead to inconsistencies when displaying dates in different locales.

To address this issue, I modified the dateText property to use the DateFormat class with the provided locale parameter. This allows the calendar to display dates according to the specified locale, ensuring a consistent and localized user experience.

Previously, the dateText was formatted using the DateFormat class without any specified locale, which could lead to inconsistencies when displaying dates in different locales.

To address this issue, I modified the dateText property to use the DateFormat class with the provided locale parameter.
This allows the calendar to display dates according to the specified locale, ensuring a consistent and localized user experience.
@VijayakumarMariappan VijayakumarMariappan added calendar Calendar component open Open labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calendar Calendar component open Open
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants