According to the documentation, if the TimeTextBox property "strict" is FALSE (which is the default), the parsing is relaxed. An example given in the book is AM & A.M. My control is only accepting AM or PM, without the period seperator. I have even tried explicitly setting strict="false", but that doesn't help.
Here's my code:
