Once I got the calendar control working, I was thinking I should add some data validation.  However, I wasn’t sure how to do that looking at the validation options.  So, I did a web search.  I found this link to validate Date input using Custom Validator.

I added a CompareValidator control and set the Operator property to “DataTypeCheck” and set the Type property to “Date”.  It worked like a charm.