Date_Convert

Syntax: Date_Convert(ccyymmdd_DateStr)

Argument:

  • ccyymmdd_DateStr is of type DateStr in the yyyymmdd format, for example, 20110615.
Return Type: Integer

Description: Subtracts 19900101 (January 1, 1990, a static starting date defined by FICO) from dateStr and returns the number of days between them.

Example:

Date_Convert(CRTRAN25.transactionDate)

Returns the number of days between the date of the transaction and January 1, 1990.

  • www.fico.com