util.Date methods

Methods for the util.Date class.

Table 1. Class methods
Name Description
util.Date.isLeapYear( year )
  RETURNING res BOOLEAN
Checks is the year passed as parameter is a leap year.
util.Date.parse(
  src STRING,
  fmt STRING
 )
  RETURNING res DATE
Converts a string to a DATE value according to a format specification.