Ext.DbLongToDate( dateInt )

Description

Converts the long-integer value dateInt to the variant date value format used in an SBM database.

Argument

dateInt

Use this argument to convert the long-integer date value to the number of seconds since midnight, Jan. 1, 1970. This is not the same as converting dateInt to a Date using other built-in operators; that conversion interprets dateInt as the number of days since midnight Dec. 31, 1899.

Return Values

The variant date value.

Related Topics