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: src/app/v5/guides/time-variable/page.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Anywhere you see the `$vars` button you can type `$time` into the input box and
13
13
14
14
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”.
15
15
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/>.Youcanignore`moment().format(String);`andjustreplace“format”inthe`$time[format]`variablewiththeformatthatyouwantthedateandtimetodisplay.
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.
0 commit comments