S
Shapper
Hello,
In the [pubDate] field of a dataset the content in each row has the
format:
Fri, 20 May 2005 12:30:00 GMT
When I use:
<%# DataBinder.Eval(Container.DataItem, "pubDate", "{0:f}") %>
the content is not being recognized as a date.
Well, at least it is not formatted as a date. It just shows the text.
Why? How can I solve this?
Thanks,
Miguel
In the [pubDate] field of a dataset the content in each row has the
format:
Fri, 20 May 2005 12:30:00 GMT
When I use:
<%# DataBinder.Eval(Container.DataItem, "pubDate", "{0:f}") %>
the content is not being recognized as a date.
Well, at least it is not formatted as a date. It just shows the text.
Why? How can I solve this?
Thanks,
Miguel