S
Smokey Grindle
In .NET 1.1 I could have a column bound with date/time fields.. then say the
format of it was this {0:MMM d,yyyy h:mm tt} and it would display in this
format
Jan 1, 2006 2:03 PM
however in .NET 2.0 doing the same thing in the grid view with a date time
bound field to a column with the format string as {0:MMM d,yyyy h:mm tt}
gives me this
1/1/2006 02:03:00 PM
how do you get the 1st format to show correctly in a grid view now? I really
need to format the dates... thanks!
format of it was this {0:MMM d,yyyy h:mm tt} and it would display in this
format
Jan 1, 2006 2:03 PM
however in .NET 2.0 doing the same thing in the grid view with a date time
bound field to a column with the format string as {0:MMM d,yyyy h:mm tt}
gives me this
1/1/2006 02:03:00 PM
how do you get the 1st format to show correctly in a grid view now? I really
need to format the dates... thanks!