D
Daniel
Hi All, MS guys specially...
is the a way to make DateTime structure smarter than is now?
i mean if i want a DateTime field with Date, just a Date, i cant have it coz
it appends internally the time too...that's stupid...
if i want to show a datetime i must call its .ToString() with some
formatting options...
can DateTime.Today be made to show *ONLY* date and no time?
thanks,
Dan
is the a way to make DateTime structure smarter than is now?
i mean if i want a DateTime field with Date, just a Date, i cant have it coz
it appends internally the time too...that's stupid...
if i want to show a datetime i must call its .ToString() with some
formatting options...
can DateTime.Today be made to show *ONLY* date and no time?
thanks,
Dan