binwiederhier 7 месяцев назад
Родитель
Сommit
8783c86cd6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/publish/template-functions.md

+ 1 - 1
docs/publish/template-functions.md

@@ -617,7 +617,7 @@ The `dateModify` takes a modification and a date and returns the timestamp.
 Subtract an hour and thirty minutes from the current time:
 
 ```
-now | date_modify "-1.5h"
+now | dateModify "-1.5h"
 ```
 
 If the modification format is wrong `dateModify` will return the date unmodified. `mustDateModify` will return an error otherwise.