CALENDAR: Calendar Package

For standards and examples of coding calendars into your forms, see: The Calendar.

CALENDAR.SHOW

Summary

PROCEDURE show (first_date date default null);

Description

This call shows the calendar. Do not pass the current field value into show; this value is used by default.

CALENDAR.SETUP

Summary

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).

CALENDAR.EVENT

Summary

PROCEDURE event (event varchar2);