I would like to implement a control in the code below to only allow dates with mm/dd/yyyy format and to prevent blanks from being entered in the input box. I've tried adding some code but keep running into errors. The first control to check if it's blank works, but the second if Not seems to just be skipped.I would like to implement a control in the code