Form field StatusCodeDate,
I have been reading other questions from users trying to restrict the date input. I tried one but it seemed to only be checking the year and not down to the day. I need users to enter a statuscodeDate and have a warning and submit button disabled when the date is within the last 365 days. So the date needs to be older than 365 days to the day. I am not a programmer...so help with the Java would be appreciated.
If date is less than 365 days old - warning message, disable submit button.
If date is greater than 365 days old allow date to be used and submitted.