Date Component

Fnd_Date_SystemDateFormat

Fnd_Date_SystemDateFormat -> Text

Legacy manual page 68

Parameters

ParameterTypeDescription
Function resultTextCurrent system's date format

Description

This function returns a string that can be used in If and Case statements to test the current system's date format. It will return Y, M, and D based in the following format: "M/D/Y" = Month/Day/Year "D/M/Y" = Day/Month/Year

$systemdateformat_t:=Fnd_Date_SystemDateFormat
Extracted source text
            Fnd_Date_SystemDateFormat ➜ Text

              Parameter                         Type                     Description
              Function result                   Text                     Current system's date format

            This function returns a string that can be used in If and Case statements to test the current system's date
            format. It will return Y, M, and D based in the following format:
              "M/D/Y" = Month/Day/Year
              "D/M/Y" = Day/Month/Year

              $systemdateformat_t:=Fnd_Date_SystemDateFormat