Hi All
Trying to format the date properly using the "FormattingString" attribute in the "CMSDocumentValue" CMS tag using standard c# type string formatting.
<cms:CMSDocumentValue ID="NewsReleaseDate" AttributeName="NewsReleaseDate" runat="server" FormattingString="{0:dd/MM/yyyy}" />
This doesn't work obviously so looking for some help to see if this is even possible, how to do it, and if not, why not?
Cheers, Brad
Can you just set it in the code behind?
Dropped requirement as I'm hoping where possible to avoid deploying custom code solutions and use as much UI functionality as possible.
Please, sign in to be able to submit a new answer.