Module rsfbclient_core::date_time[][src]

Functions

decode_date

Convert a numeric day to [day, month, year]. (Ported from the firebird source)

decode_time

Convert a numeric time to [hours, minutes, seconds] (Ported from the firebird source)

decode_timestamp

Convert a numeric timestamp to a DateTime

encode_date

Convert a [day, month, year] to numeric day (Ported from the firebird source)

encode_time

Convert a [hours, minutes, seconds] to a numeric time (Ported from the firebird source)

encode_timestamp

Convert a DateTime to a numeric timestamp