Skip to content

Commit dbb65a7

Browse files
committed
fix syntax of link
1 parent 5d63997 commit dbb65a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/app/v5/guides/time-variable/page.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Anywhere you see the `$vars` button you can type `$time` into the input box and
1313

1414
It will be formatted to `h:m a`. “h” will be the hour 1-12, “m” will be the minute 00-59 and “a” will be am/pm So if it is 9:34 in the evening it will become “9:34 pm”.
1515

16-
For more advanced use you can use `$time[format]` along with the formatting rules that you can find here: <https://momentjs.com/docs/#/displaying/>. You can ignore `moment().format(String);` and just replace “format” in the `$time[format]` variable with the format that you want the date and time to display.
16+
For more advanced use you can use `$time[format]` along with the formatting rules that you can find here: https://momentjs.com/docs/#/displaying/. You can ignore `moment().format(String);` and just replace “format” in the `$time[format]` variable with the format that you want the date and time to display.
1717

1818
**Example usage**
1919

0 commit comments

Comments
 (0)