We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f1efb commit b96c4f7Copy full SHA for b96c4f7
1 file changed
docs/src/mods/reference/date-presets.md
@@ -0,0 +1,22 @@
1
+---
2
+title: "Date Presets"
3
+description: "Preset format aliases for English locales."
4
5
+
6
+# Date Presets
7
8
+Preset format aliases for English locales, used by the [`date`](../api/date.md)
9
+module.
10
11
+| Alias | Expands to |
12
+| ------ | --------------------------- |
13
+| `LT` | `h:mm A` |
14
+| `LTS` | `h:mm:ss A` |
15
+| `L` | `MM/DD/YYYY` |
16
+| `LL` | `MMMM D, YYYY` |
17
+| `LLL` | `MMMM D, YYYY h:mm A` |
18
+| `LLLL` | `dddd, MMMM D, YYYY h:mm A` |
19
+| `l` | `M/D/YYYY` |
20
+| `ll` | `MMM D, YYYY` |
21
+| `lll` | `MMM D, YYYY h:mm A` |
22
+| `llll` | `ddd, MMM D, YYYY h:mm A` |
0 commit comments