For standards and examples of coding calendars into your forms, see: The Calendar.
PROCEDURE show (first_date date default null);
This call shows the calendar. Do not pass the current field value into show; this value is used by default.
PROCEDURE setup (new_type varchar2,
low_date date DEFAULT null,
high_date date DEFAULT null,
sql_string varchar2 DEFAULT null);
Attention: The WEEKEND argument is hardcoded to mean Saturday and Sunday, so it is not applicable to all countries (such as countries where the weekend is defined as Friday and Saturday).
PROCEDURE event (event varchar2);