Date on the front page - Post ID 200989

User 2355459 Photo


Registered User
7 posts

Would like to add date on Front Page. Monday, November 19, 2012. I often forget what day it is.
Can this be done with Visual Site Designer?
Thanks
User 187934 Photo


Senior Advisor
20,271 posts

Do you mean on your websites front page?
If so place this in the body html of a html box.:)
<h4>It is now
<script type="text/javascript">
<!--
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
document.write(month + "/" + day + "/" + year)
//-->
</script>
</h4>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 1861272 Photo


Registered User
339 posts

Eric Rohloff (Rolly) wrote:
Do you mean on your websites front page?
If so place this in the body html of a html box.:)
<h4>It is now
<script type="text/javascript">
<!--
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
document.write(month + "/" + day + "/" + year)
//-->
</script>
</h4>


Tried this Rolly, did not work.
User 187934 Photo


Senior Advisor
20,271 posts

Works for me.:)
http://progrower.coffeecup.com/test.html
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 1861272 Photo


Registered User
339 posts

OK, that looks nice. I only did a Preview of the page in VSD, guess it needs internet connection to work. Thanks!
User 187934 Photo


Senior Advisor
20,271 posts

Works for me locally also.:cool:
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

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.