Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 2.4 KB

File metadata and controls

27 lines (19 loc) · 2.4 KB

now()

Returns the current datetime. If a strftime() format is provided the return is a string matching the format.

Data signatures
now()
now( [format: $${\color{green}None}$$ ǁ $${\color{green}str}$$] )
Call signatures
now()
now( [format: Term ǁ Function ǁ Header ǁ Variable] )
Purpose Value
Main focus now() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]