The util package / The util.Date class |
Methods for the util.Date class.
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. |