laterthan
Prototype: laterthan(years, months, days, hours, minutes, seconds)
Return type: class
Description: Returns whether the current time is later than the given date and time.
The arguments are standard time (See Function on).
Arguments:
years
: year in the range1970,3000
month
: month, in the range1,12
day
: day of month, in the range1,31
hour
: hour of day, in the range0,23
minute
: minute, in the range0,59
second
: second, in the range0,59
Example:
classes:
"after_deadline" expression => laterthan(2000,1,1,0,0,0);