Change Month/Year in APEX Calendar
648804Aug 14 2008 — edited Aug 14 2008Hi All,
Just a quick question. I have created an APEX calendar that when run brings up the calendar for the current date. The user can then press "Previous" and "Next" to move to different months and years.
Looking at the code for how APEX moves the date, they use the function apex_util.increment_calendar and apex_util.decrement_calendar. I want to implement a method in which the user can select the month and year they want to move to and the calendar to "move" to that month. Is there a fast and easy way to do this instead of having to calculate the difference between todays month and year and the user desired month and year and then repeatedly calling the increment/decrement_calendar function?
Paul