Script: to_date accepts "now" as an argument

indentation fix
This commit is contained in:
Djack Donovan
2022-10-04 15:26:33 +02:00
committed by Brendan Hagan
parent 46ab8870d1
commit d1bac74eb9
2 changed files with 12 additions and 3 deletions
+2
View File
@@ -14,6 +14,8 @@ Convert a string value to a [[type:date]].
--Examples--
> to_date("2008-12-31 23:59:59")
> to_date("today midnight")
> to_date("today noon")
> to_date("now")
--See also--
| [[fun:to_string]] Convert dates to strings