Functions

  • Convert a numeric day to [day, month, year]. (Ported from the firebird source)
  • Convert a numeric time to [hours, minutes, seconds] (Ported from the firebird source)
  • Convert a numeric timestamp to a DateTime
  • Convert a [day, month, year] to numeric day (Ported from the firebird source)
  • Convert a [hours, minutes, seconds] to a numeric time (Ported from the firebird source)
  • Convert a DateTime to a numeric timestamp