I could do this in MS Frontpage and wondered if CC has the same feature. I can't find it if there is. But I had some code at the bottom of the page that would updated the date I last updated the webpage.
Can that be done with CC?
HTML Editor 2008, automatically...
Something like this?
<script language="javascript">
document.write("<i>Last updated "+document.lastModified+"<I>");
</script>
<script language="javascript">
document.write("<i>Last updated "+document.lastModified+"<I>");
</script>
The HTML Editor has something that will display the title of the page, the date the page was created, and the last update.
That is located under code snippets, javascript, fun stuff, date modification.
That is located under code snippets, javascript, fun stuff, date modification.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.