diff --git a/docs/date.md b/docs/date.md index 9f02651e..fdc2167b 100644 --- a/docs/date.md +++ b/docs/date.md @@ -89,7 +89,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.