Date Component

Fnd_Date_MonthName

Fnd_Date_MonthName (month number) -> Text

Legacy manual page 67

Parameters

ParameterTypeDescription
month numberLongintMonth number 1 through 12
Function resultTextConverted time

Description

This function returns name of the month with the specified number. This routine will use Foundation's Localization routine, if it is available, to return the localized month name. If the Fnd_Loc component is not available, the name will be localized using 4D's language.

$monthname_t:=Fnd_Date_MonthName (10)
Extracted source text
            Fnd_Date_MonthName (month number) ➜ Text

              Parameter                Type              Description
              month number             Longint           Month number 1 through 12
              Function result          Text              Converted time

            This function returns name of the month with the specified number. This routine will use Foundation's
            Localization routine, if it is available, to return the localized month name. If the Fnd_Loc component is
            not available, the name will be localized using 4D's language.
            $monthname_t:=Fnd_Date_MonthName (10)