INFORMATION ABOUT VARIABLES
Case sensitive. Write the variable to get the value:
%HOURS = Hour.
%MINUTES = Minutes.
%DAYWEEK = Day of the week: Monday, Tuesday, Thursday ...
%DAYMONTH = Day number: 1, 2, 3, ...
%MONTH = Name of the month: January, February ...
%YEAR = Year: 2010, 2011 ...
For example:
// Outputs: 23:11
%HOURS:%MINUTES
// Outputs: Today is Monday 15
Today is %DAYWEEK %DAYMONTH
// Outputs: Januray/25/2010
%MONTH/%DAYMONTH/%YEAR