Posted
on Oct 19, 2010
(permalink)
Great tip Vangelis - your workaround works perfectly on the ListPageMaster.aspx file, where I added your snippet (slightly modified) to support Danish date format:
<p class="sf_newsDate"><%#Eval("Publication_Date", "{0:d'. 'MMMM' 'yyyy}")%></p>
Unfortunately it does not work on the ListPageDetail.aspx file.
Do you also have a workaround for that?
Regards, Dennis