using c#3.5, how do I take a string which contains a data, and format it as
a short data format like this:
"2/5/2008 1:17:11 AM"
and format to:
"02/05/2008"
Thanks.
--
moondaddy@newsg roup.nospam
a short data format like this:
"2/5/2008 1:17:11 AM"
and format to:
"02/05/2008"
Thanks.
--
moondaddy@newsg roup.nospam
Comment