Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions docs/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,17 @@ Using the markdown for either users, roles, or channels will usually mention the

###### Timestamp Styles

| Style | Example Output | Description |
|-------|------------------------------|-----------------|
| t | 16:20 | Short Time |
| T | 16:20:30 | Long Time |
| d | 20/04/2021 | Short Date |
| D | 20 April 2021 | Long Date |
| f \* | 20 April 2021 16:20 | Short Date/Time |
| F | Tuesday, 20 April 2021 16:20 | Long Date/Time |
| R | 2 months ago | Relative Time |
| Style | Example Output | Description |
|-------|----------------------------------|------------------------|
| t | 16:20 | Short Time |
| T | 16:20:30 | Medium Time |
| d | 20/04/2021 | Short Date |
| D | April 20, 2021 | Long Date |
| f \* | April 20, 2021 at 16:20 | Long Date/Short Time |
| F | Tuesday, April 20, 2021 at 16:20 | Full Date/Short Time |
| s | 20/04/2021, 16:20 | Short Date/Short Time |
| S | 20/04/2021, 16:20:30 | Short Date/Medium Time |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should use commas instead of slashes here?

| R | 2 months ago | Relative Time |

\* Default style used when no style is specified.

Expand Down