Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm looking to output a timestamp of when content was published within Umbraco, in the correct format required by the HTML5 <time> element.
For example:
<time datetime="2012-02-28T20:00+00:00" pubdate>February 28, 2012</time>
Is there a way to achieve this within Umbraco?
More info on correct formatting of this <time> element can be found here: http://html5doctor.com/the-time-element/
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Output correct "datetime" <time> attribute
I'm looking to output a timestamp of when content was published within Umbraco, in the correct format required by the HTML5 <time> element.
For example:
Is there a way to achieve this within Umbraco?
More info on correct formatting of this <time> element can be found here: http://html5doctor.com/the-time-element/
is working on a reply...