Actions

Difference between revisions of "%clk"

From Zenitel Wiki

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

Revision as of 10:12, 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) 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.