Oracle APEX Validation using javascript (for two date picker items)
Hi,
I am new to APEX and I am trying to create a Validation on a page item using JavaScript's and the page which has two date picker items.
Eg: P1_START_DATE and P2_END_DATE. So I want to create a Dynamic action(Validation) like when if I enter the date in P1_END_DATE less then the date in P1_START_DATE then it should alert a popup with a message.
Please can some one help me to write code for this or can please provide me any links.
Thanks in advance.