Command Reference : Programming Language Reference
  
 
@time
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.