Day90_To_String

Syntax: Day90_To_String(Day90Count, resultStr)

Arguments:

  • Day90Count is the expression of a date as the number of days since 19900101.
  • resultStr is the converted date in the yyyymmdd format, for example, 20110615.

Return Type: String

Description: Converts a numeric date value into a string. This function is obsolete. Use Date_Convert() instead.

Example:

UserDate is a string;
UserDate = Day90_To_String((Date_Convert(CRTRAN25.transactionDate )+ 60));
  • www.fico.com