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
Note: I've tried to delete the previous similarly-named but erroneous post, but the server returns an error when I try to delete it.
A simple problem, I'm sure. I wish to add the current date/time into a meta tag, something where the rendered code would look like:
<meta name="Copyright" content="Copyright© 12/30/2010 18:00" />
I'm aware of the following xslt:
xsl:value-of select="umbraco.library:CurrentDate()"/
So, I created a "Clean" XSLT, inserted the above line just below the line. Then I insert that macro into the master.master file in the title section. However, it isn't rendering.
Just for reference - This post has been solved here: http://our.umbraco.org/forum/getting-started/questions-about-runway-and-modules/15923-Inserting-the-current-date-and-time?p=0#comment58875
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Inserting Current Date into head section
Note: I've tried to delete the previous similarly-named but erroneous post, but the server returns an error when I try to delete it.
A simple problem, I'm sure. I wish to add the current date/time into a meta tag, something where the rendered code would look like:
<meta name="Copyright" content="Copyright© 12/30/2010 18:00" />
I'm aware of the following xslt:
So, I created a "Clean" XSLT, inserted the above line just below the line. Then I insert that macro into the master.master file in the title section. However, it isn't rendering.
Just for reference - This post has been solved here: http://our.umbraco.org/forum/getting-started/questions-about-runway-and-modules/15923-Inserting-the-current-date-and-time?p=0#comment58875
/Jan
is working on a reply...