How to Embed current Date WEBPAGE CODE

2010-04-29 278

http://www.MakeMoneyWithLatara.com Watch this video to learn how to embed the current date onto your webpage. Just copy and paste this into your webpage



var d=new Date();
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
document.write(weekday[d.getDay()] + " ");
document.write(d.getDate() + ". ");
document.write(monthname[d.getMonth()] + " ");
document.write(d.getFullYear());

Free Traffic Exchange