SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.DbLongToDate( dateInt )
Converts the long-integer value dateInt to the variant date value format used in an SBM database.
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.
The variant date value.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.