Contact Details
No response
Is your feature request related to a problem? Please describe.
Apologies if this feature already exists — but as far as I know, when the DateTime exceeds 7 days, it defaults to displaying the full date in the format such: 1, Jan 2024.
This format leads to inconsistencies with our desired display style.
Describe the solution you'd like
I would like the ability to customize the full date format when the DateTime is older than 7 days.
For example, allow a format like: 1 Jan 2024 (without the comma) or 'd MMM yyyy'
Describe alternatives you've considered
- Setting a global date format pattern that would apply consistently across all usages.
- Allowing the format pattern to be passed as a parameter to the formatting method instead of using a fixed style.
Additional context
No response
Code of Conduct
Contact Details
No response
Is your feature request related to a problem? Please describe.
Apologies if this feature already exists — but as far as I know, when the DateTime exceeds 7 days, it defaults to displaying the full date in the format such:
1, Jan 2024.This format leads to inconsistencies with our desired display style.
Describe the solution you'd like
I would like the ability to customize the full date format when the DateTime is older than 7 days.
For example, allow a format like:
1 Jan 2024(without the comma) or 'd MMM yyyy'Describe alternatives you've considered
Additional context
No response
Code of Conduct