util.Date methods

Methods for the util.Date class.

Table 1. Class methods
Name Description
util.Date.isLeapYear(
     year INTEGER )
  RETURNS BOOLEAN
Checks if the year passed as parameter is a leap year.
util.Date.parse(
  s STRING,
  format STRING
 )
  RETURNS DATE
Converts a string to a DATE value based on a format specification.