Chapter 15. Calendars
Calendars are very useful in our day-to-day lives. They help us to record and display dates such as birthdays, anniversaries, and other important events. They also enable us to visually see important dates for a month, which can help us to better plan our time. While calendars are useful in our day-to-day lives, they can also be very useful in our applications. APEX provides a calendar region which can be used to render dates stored in a database table onto a calendar. In this chapter, we will discuss how to build a calendar in our application. Specifically we shall be looking at:
Creating a calendar with a wizard
Modifying calendar attributes
Calendar region
So far in this book we have seen how calendars are used by the Date Picker item type to enter dates in forms. But how can we display date entries in a calendar format? To do this, APEX provides a calendar region, which enables date information from a database table to be rendered in a calendar format. In the calendar...