P
pedestrian via DotNetMonster.com
I'm programming ADO.NET WinForm app. I retrieve
data from database, save it to DataTable(s) and show
it to user.
My country use the date format : Day/Month/Year.
I intend to show the user the Date field in the
format: dd/mm/yyyy instead of default mm/dd/yyyy.
Is it possible create another DateTime structure
of this particular format? I do not want to use
the String object because sometimes I would like
to compare the Date values.
Thanks for your assistance.
--
Regards,
Pedestrian, Penang.
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-ado-net/200609/1
data from database, save it to DataTable(s) and show
it to user.
My country use the date format : Day/Month/Year.
I intend to show the user the Date field in the
format: dd/mm/yyyy instead of default mm/dd/yyyy.
Is it possible create another DateTime structure
of this particular format? I do not want to use
the String object because sometimes I would like
to compare the Date values.
Thanks for your assistance.
--
Regards,
Pedestrian, Penang.
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-ado-net/200609/1