Name: Anonymous 2010-06-14 15:43
example: today is 14/06/2010 and i have another date that is 25/06/2010...how can i see if the second date is 5 days greater than the first one?
(DateTime.Parse("25/06/2010") - DateTime.Parse("14/06/2010")).TotalDays((new DateTime(2010, 6, 25)) - (new DateTime(2010, 6, 14))).TotalDays