--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-datagrid/200908/1
dateTimeValue.ToShortDateString().
Note that the ToShortDateString() method is culture sensitive so the result
would be different for various culture. So for a date "02/13/2008 00:00" it
would print "02/13/2008" in english(en-US) culture but it might print
02.13.2008 or something else in some other culture. Hopefully you are using
english culture so it would print in your desired format.
thanks and regards,
Ashish Sheth
"aspfun via DotNetMonster.com" <u53138@uwe> wrote in message
news:9a24e7b663194@uwe...