8 lines
342 B
Plaintext
Raw Normal View History

{
"name": "now",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["Date and Time"],
"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"}]
}