OpenWGA 7.9 - TMLScript reference

TMLContext "this"
Method :

now()

On object TMLContext "this"
Usage Returns the current date and time
Return value The current system time
Allowed in script types
  • WebTML pages and normal WebTML actions
Examples
<tml:case condition="event_start.after(now())">
Don't forget this event
</tml:case>