DatePatterns describes a specific format or arrangement used to represent dates in a human-readable form.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-release-ios-chat-uikit-v5-1-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Name | Description |
|---|---|
| time | Date format displayed in the format hh:mm a |
| DayDate | Date format displayed in the following format.1) If timestamp < 24hrs display “Today” |
- If timestamp < 48hrs display “Yesterday”
- If timestamp < 7days display “EEE” i.e , SUNDAY
- else display “d MMM, yyyy” | | DayDateTime | Date format displayed in the following format.1) If timestamp < 24hrs display “hh:mm a”
- If timestamp < 48hrs display “Yesterday”
- If timestamp < 7days display “EEE” i.e SUNDAY
- else display “dd MM yyyy” |