Actions

%clk

From Zenitel Wiki

Revision as of 09:47, 4 October 2019 by Nikica (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AI.png

%clk( , ) : Event_Handler macro - Current date/time

Returns the current time and date.

Examples:

%clk	       current date/time   2003-10-16 12:59:35
%clk(8)        current time        12:59:35
%clk(10<)      current date        2003-10-16
%clkyear       current year        2003
%clkmon        current month       10
%clkday        current day         16
%clkhour       current hour        12
%clkmin        current minute      59
%clksec        current second      35
%clkwday       current day of week 5    (1 = monday, 7 = Sunday)
%1.clk, %1.clkyear etc.	Scheduling tick time


Back to Event_Handler#List_of_macros.