-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Please select which package this feature is related to
stream_chat_flutter
Which platforms would this feature impact?
Android
Is your feature request related to a problem?
Right now the date format in ChannelLastMessageDate
follows MM/DD/YYYY via Jiffy.yMd by default. But we'd like to show date as DD/MM/YYYY format. There's no way to customize the date format without copying the library code and re-implementing ChannelLastMessageDate. StreamTimestamp
already accepts a DateFormatter formatter
.
Describe the solution that you'd like
Add parameter to ChannelLastMessageDate
which passes DateFormatter formatter
down to StreamTimestamp
.
Describe alternatives that you have considered
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request