T
TJ
Why doesn't this work?\
string _s = String.Format("{0:M/d/yyyy}","5/20/2005 12:00:00 AM);
Response.Write(_s);
It kicks back the full date and time...I just want the date to show and not
the time. What am I doing wrong?
string _s = String.Format("{0:M/d/yyyy}","5/20/2005 12:00:00 AM);
Response.Write(_s);
It kicks back the full date and time...I just want the date to show and not
the time. What am I doing wrong?