string startDate = “4/24/2007″; string endDate = “3/24/2007″; DateTime sDate = Convert.ToDateTime(startDate); DateTime eDate = Convert.ToDateTime(endDate); TimeSpan dateDiff = … more →
Selectallselectall wrote 5 months ago: string startDate = “4/24/2007″; string endDate = “3/24/2007″; DateTime sDate … more →