this would :
- elimate the need of using the Text( date , "mm/dd/yyyy") to display a date.
- validate a valid date is entered (without have to use the calendar).
- You could allow a Minimum, Maximum Value for the Text Box (if format of Number or Date are used)
so the text box could take care of the number or date being outside the parameters - and reduces our code