2018-08-25 13:52:33 +02:00

7 lines
311 B
Plaintext

{
"name": "now",
"type": "function",
"description": "Returns the current date and time. The function is static and will return consistent results while evaluating. The time returned is the time when the expression is prepared.",
"examples": [ { "expression":"now()", "returns":"2012-07-22T13:24:57"}]
}