 
 DataPool User Guide
Version 2.13 | Published November 30, 2018 ©
DataClock
     
    
DataClock plugin is a scene plugin that sends the current system time to predefined DataPool DataFields.    
     
        
Unique Parameters
-     Leading Zero on All: Adds a leading zero to all the single digit numbers (0-9) of hours, minutes and seconds. 
-     Leading Zero on MINS, SECS: Adds a leading zero to the single digit numbers (0-9) of minutes and seconds only. 
Fields
The fields DataClock generates are:
-     DAY: Current day (1-31). 
-     MONTH: Current month (1-12). 
-     YEAR: Current year (four digits). 
-     WEEKDAY: The day of the week (1-7). 
-     DAY_NAME: The textual name of the day. 
-     MONTH_NAME: The textual name of the month. 
-     HOURS: Hour of the day (0-23). 
-     MINS: Minute of the hour (0-59). 
-     SECS: Second of the minute. 
-     AMPM: AM or PM. 
-     COUNTER: A running counter of seconds. Its value is equal to 60*60*HOURS + 60*MINS + SECS.