Skip to content

Commit b0cce68

Browse files
authored
Use commas for timestamp style descriptions
1 parent 8976592 commit b0cce68

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/reference.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -287,17 +287,17 @@ Using the markdown for either users, roles, or channels will usually mention the
287287

288288
###### Timestamp Styles
289289

290-
| Style | Example Output | Description |
291-
|-------|----------------------------------|------------------------|
292-
| t | 16:20 | Short Time |
293-
| T | 16:20:30 | Medium Time |
294-
| d | 20/04/2021 | Short Date |
295-
| D | April 20, 2021 | Long Date |
296-
| f \* | April 20, 2021 at 16:20 | Long Date/Short Time |
297-
| F | Tuesday, April 20, 2021 at 16:20 | Full Date/Short Time |
298-
| s | 20/04/2021, 16:20 | Short Date/Short Time |
299-
| S | 20/04/2021, 16:20:30 | Short Date/Medium Time |
300-
| R | 2 months ago | Relative Time |
290+
| Style | Example Output | Description |
291+
|-------|----------------------------------|-------------------------|
292+
| t | 16:20 | Short Time |
293+
| T | 16:20:30 | Medium Time |
294+
| d | 20/04/2021 | Short Date |
295+
| D | April 20, 2021 | Long Date |
296+
| f \* | April 20, 2021 at 16:20 | Long Date, Short Time |
297+
| F | Tuesday, April 20, 2021 at 16:20 | Full Date, Short Time |
298+
| s | 20/04/2021, 16:20 | Short Date, Short Time |
299+
| S | 20/04/2021, 16:20:30 | Short Date, Medium Time |
300+
| R | 2 months ago | Relative Time |
301301

302302
\* Default style used when no style is specified.
303303

0 commit comments

Comments
 (0)