CMartin,
Why not take the string and convert to a DateTime instance using the
Parse (or TryParse, if you are unsure of the format) method? You would have
a much easier time comparing the DateTime instances then.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> How do I get the value of DateTime to show two characters when it is inthe
> AM?
[quoted text clipped - 9 lines]
> complicated
> string comparisons?