You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/collections/modifiers/iso_format.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The language that will be used for translations depends on what you configured i
12
12
13
13
This is also compatible with [momentjs format method](https://momentjs.com/), it means you can use same format strings as you may have used in moment from your front-end or other node.js application.
14
14
15
-
Check out the [complete list of available replacements](https://carbon.nesbot.com/docs/#iso-format-available-replacements).
15
+
Check out the [complete list of available replacements](https://carbon.nesbot.com/guide/getting-started/localization.html#iso-format-available-replacements).
16
16
17
17
```yaml
18
18
event_date: June 19 2020
@@ -60,7 +60,7 @@ And this on your French site:
60
60
5 janv. 2017
61
61
```
62
62
63
-
Check out the [complete list of available macro-formats](https://carbon.nesbot.com/docs/#available-macro-formats).
63
+
Check out the [complete list of available macro-formats](https://carbon.nesbot.com/guide/getting-started/localization.html#iso-format-available-replacements).
64
64
65
65
:::warning
66
66
By default, when using a modifier on a date variable, it will be operating on the UTC date rather than the localized date.
0 commit comments