Command Reference
:
Function Reference
:
Function Reference: T
@time
Current time as a string.
Syntax:
@time
Return: string
Returns a string containing the current time in “hh:mm” format.
Examples
%y = @time
assigns a string of the form “
15:35
”.
Cross-references
See also
@date
and
@now
.