We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b45610 commit 4d350abCopy full SHA for 4d350ab
CHEAT.md
@@ -55,7 +55,7 @@ Some most encountered COS expressions
55
| Date conversion (external → internal) | `Set variable = $zdh("mm/dd/yyyy")` |
56
| Date conversion (internal → external) | `Set variable = $zd(internalDate, format)` |
57
| Time conversion (external → internal) | `Set variable = $zth("hh:mm:ss")` |
58
-| Time conversion (internal → external) | `Set variable = $zt(internalTime, format)' |
+| Time conversion (internal → external) | `Set variable = $zt(internalTime, format)` |
59
| Display current internal date/time string | `Write $horolog` |
60
| Display UTC date/time string | `Write $ztimestamp` |
61
| Display length of a string | `Write $length(string)` |
0 commit comments