Date Component

Fnd_Date_ISOtoDate

Fnd_Date_ISOtoDate (date string) -> Date

Legacy manual page 66

Parameters

ParameterTypeDescription
date stringTextISO 8601 formatted date
Function resultDateConverted date

Description

This function returns the date value from an ISO 8601 formatted date. The input can be in either of these formats: YYYY-MM-DD or YYYY-MM-DDThh:mm:ss

$ISOdate_d:=Fnd_Date_ISOtoDate ("1997-01-12")
Extracted source text
            Fnd_Date_ISOtoDate (date string) ➜ Date

              Parameter                     Type                  Description
              date string                   Text                  ISO 8601 formatted date
              Function result               Date                  Converted date

            This function returns the date value from an ISO 8601 formatted date. The input can be in either of these
            formats: YYYY-MM-DD or YYYY-MM-DDThh:mm:ss
              $ISOdate_d:=Fnd_Date_ISOtoDate ("1997-01-12")