I am new to APEX environment and need to know the ways to perform validation on date picker items. On Apex page I have 2 date pickers , start date and end date. Selecting the start and end date I'm able to get the required data on page but need to add some validations in date pickers items, say e.g I need to add validation rules for :
- Start date should be less than End date
- Start date should not be greater than sysdate
- One should not be able to enter invalid date format.
Can anyone please share some good examples and links to add above validations on date picker items on APEX5.0 ?