G
Guest
Hello -
I have a datagrid with one column formatted for time as follows:
<%# DataBinder.Eval(Container.DataItem, "ReplyDT", "{0:t}")%>
It works fine on my machine, but when I put it up on the Internet, the time
changes to military time; e.g. 19:36 instead of 7:36 PM. Is there a better
way to format this so it will be consistent?
I have a datagrid with one column formatted for time as follows:
<%# DataBinder.Eval(Container.DataItem, "ReplyDT", "{0:t}")%>
It works fine on my machine, but when I put it up on the Internet, the time
changes to military time; e.g. 19:36 instead of 7:36 PM. Is there a better
way to format this so it will be consistent?