public static DateTime RemoveTime(DateTime dt) { return Convert.ToDateTime(dt.ToString("MM/dd/yyyy")); }
Comments