Java Time

Overview

Provides functions to parse and validate text representations of local dates.  The format is specified using a subset of Java time patterns, such as 'yyyy-M-d'.

Custom Functions provided:

  • time_parseLocalDate
  • time_isValidLocalDate

For more information on Java Date/Time formatting and parsing patterns, please see: https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#patterns

Anonymous