Question: Write a regular expression that matches a date in the usual format: mm/dd/yy
For example, it should match 01/20/99 or 11/08/89 but not 13/41/99
You need to make regular expression in proper way. Please make sure format way as given as proper date format.