Actions

%clk

From Zenitel Wiki

Revision as of 10:11, 7 September 2009 by Roarl (talk) (New page: %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) returns time 12:5...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

%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) returns time             12:59:35
* %clk(10<)  returns 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.