6.10. System

The following table shows the fields and methods that can be used to get information about the system.

Table 6.10. System Properties

Property Version Meaning
currentTime() 2.2

Returns the current system time as a date object. It can be formatted using the ?date and ?time built-ins. See this section for more details on formatting dates.

Use ${currentTime()?date} to display the system date or ${currentTime()?time} to display the system time.