try these alsoDateTime newDate = new DateTime(2000, 5, 1);String diff2 = (secondDate - firstDate).TotalDays.ToString();source http://csharp.net-informations.com/statements/csharp-date-difference.htmmaaki
Post a Comment
try these also
DateTime newDate = new DateTime(2000, 5, 1);
String diff2 = (secondDate - firstDate).TotalDays.ToString();
source http://csharp.net-informations.com/statements/csharp-date-difference.htm
maaki
Post a Comment