1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Formatting./

This commit is contained in:
mike12345567 2021-06-09 11:52:26 +01:00
parent a98cff0446
commit 310ed3aefc

View file

@ -20,7 +20,8 @@ const ADDED_HELPERS = {
args: ["datetime", "format"],
numArgs: 2,
example: '{{date now "DD-MM-YYYY" "America/New_York" }} -> 21-01-2021',
description: "Format a date using moment.js date formatting - the timezone is optional and uses the tz database.",
description:
"Format a date using moment.js date formatting - the timezone is optional and uses the tz database.",
},
duration: {
args: ["time", "durationType"],