Actions

Difference between revisions of "%clk"

From Zenitel Wiki

Line 4: Line 4:
  
 
Examples:
 
Examples:
  %clk         current date/time  2003-10-16 12:59:35
+
  %clk       current date/time  2003-10-16 12:59:35
 
  %clk(8)        current time        12:59:35
 
  %clk(8)        current time        12:59:35
 
  %clk(10<)      current date        2003-10-16
 
  %clk(10<)      current date        2003-10-16

Revision as of 19:27, 7 September 2009

%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.