In my apex application I have 3 separate select fields which will hold day, month and year.
How can I add validation that will be default set the day, month and year to today's date and the user cannot select a date in the past.
The reason why I am using 3 select fields instead of a date field is improved usability on a front end web consumer web form especially when they will be completing this on a mobile device.
Many thanks