The Soda Pop


DATE 1

Copy and paste the code below anywhere you like in your web page. Customarily, it is placed on the index page though. This is a nice snippet to be aware of the time especially if you are budgetting your time and have plenty of things to settle at hand.

<SCRIPT language="Javascript">
<!-- Script courtesy of http://hatawpinoy.wapsite.me
var today_date=new Date()
var month=today_date.getMonth()+1
var today=today_date.getDate()
var year=today.getFullYear()
//document.write("Today's date is:")
document.write(month+"/"+today+"/"+year)
//--></SCRIPT>


home
Home