I have two dates say 01/02/2006 and 02/02/2006. I have to determine programatically, which one is a later date. How to do this? I am coding in c# with SQL Server 2000 as the backend.

Thanks