Thursday, July 20, 2006
#
I recently tried to validate a time input on an ASP.NET form and I didn't manage to find a good regular expression on the net for the times I was trying to validate. I call these “natural times” becaues it's the way that most north americans write time. (12 hr clock, with : and whitespace separators). This won't take UTC dates or 24 hr times that I know of but it works well (so far) with the .Tostring(”t”) short time representation of times.
As fate would have it, I'm going to be delving back into MOM 2005. I figure I may as well blog on it, so I've added it as another category. I'll be talking about MOM 2005 within the context of MOM monitoring BizTalk Server 2006. There are of course, many other applications but I'll start focused and try to be alot of use to a small group of people.