Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change Month/Year in APEX Calendar

648804Aug 14 2008 — edited Aug 14 2008
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2008
Added on Aug 14 2008
6 comments
2,780 views