Date Component

Fnd_Date_Calendar

Fnd_Date_Calendar (->date field or variable) -> Boolean

Legacy manual page 64

Parameters

ParameterTypeDescription
field or variablePointerPointer to the field or variable
Function resultBooleanTrue if a date is selected

Description

The Fnd_Date_Calendar routine displays a small calendar window and allows the user to select a date which is stored in the field or variable that the parameter points to. The OK variable is set to 1 if a date is selected.

$Ok_b:= Fnd_Date_Calendar(->[Contact]Birthdate)
Extracted source text
            Fnd_Date_Calendar (->date field or variable) ➜ Boolean

              Parameter                 Type               Description
              field or variable         Pointer            Pointer to the field or variable
              Function result           Boolean            True if a date is selected

            The Fnd_Date_Calendar routine displays a small calendar window and allows the user to select a date
            which is stored in the field or variable that the parameter points to. The OK variable is set to 1 if a date is
            selected.
              $Ok_b:= Fnd_Date_Calendar(->[Contact]Birthdate)