T
tariq
Hi,
Any knows how i can strip a Date time object of the time value in it.
My current approach is
tempdate = DateTime.Parse(tempDate.ToShortDateString());
Looks quite nasty. Anyone knows of a better way?
- T
Any knows how i can strip a Date time object of the time value in it.
My current approach is
tempdate = DateTime.Parse(tempDate.ToShortDateString());
Looks quite nasty. Anyone knows of a better way?
- T