I am trying to apply the UK format to a date in a data view web part using the following method:
<xsl:value-of select="ddwrt:FormatDate(string(@EventDate) ,2057 ,3)" />
However, this seems to still be trying to revert to US dates (1033) which means the long dates are wrong.
Anyone know why this may happen and have a fix?
Regional settings are set to UK and other dates across the site seem to be displaying correctly. If I go to the calendar and edit the date, I know it works as it sits in October quite nicely where as a date of 6th October ends up as the 10th June in my DVWP.
Thanks
Matt