Time validation in TextBox. Validating a textbox for some regular expression.

Posted by Rohit Kandhal on Stack Overflow See other posts from Stack Overflow or by Rohit Kandhal
Published on 2010-06-15T09:55:29Z Indexed on 2010/06/15 12:12 UTC
Read the original article Hit count: 167

Filed under:
|

I've to make a textbox(WPF) for entering time with validation. I want to enter a regular expression validation for time (6:12 am).

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf