![]() |
Inserting Date into the web page
Hi,
Does anyone know how to insert a date into the web page instead of hard coding it each week? http://www.steppingstonemontessori.org kamal |
Hi,
You can add date in your webpage javascript this way: <script type="text/javascript"> var dat = new Date() document.write(dat .getDate()) document.write(".") document.write(dat .getMonth() + 1) document.write(".") document.write(dat.getFullYear()) </script> |
Thank you for your help.
kamal |
Quote:
How can I get the month to be in alphabetical format rather than numerical format? Kamal |
I think you will find what you're look for here :
http://www.netmechanic.com/news/vol5...cript_no12.htm |
All times are GMT. The time now is 02:38 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.