I am just getting started in APEX. I have a table with DATE, MONTH, and YEAR columns. My user will select the DATE using a date picker component. When the date is chosen I would like to populate the MONTH and YEAR components automatically.
What would that code look like and where exactly do I place it so it updates MONTH and year every time it changes before the form is submitted.
Any help would be appreciated.