$today

( documentation for Telosys generator version 4.0.0 )


Object providing the current system date and time

Attributes and methods
.date : String

Returns the current date with the default format (ISO date format)

.date(String format) : String

Returns the current date formatted with the given format

Parameters :
   format : the Java date format (cf 'SimpleDateFormat' JavaDoc)

.time : String

Returns the current time with the default format (ISO time format)

.time(String format) : String

Returns the current time formatted with the given format

Parameters :
   format : the Java date format (cf 'SimpleDateFormat' JavaDoc)