int day=0; DateTime d1 = Convert.ToDateTime(yourdate); DateTime d2 = System.DateTime.Now; day = (d1 - d2).Days;
No comments:
Post a Comment