Untitled Page
Blue Voda left menu bar
Untitled Page
Blue Voda Top menu bar
email address
BluevodaForums.com
Select your text then click here to create your Link
Click and drag to create this html box
Double click to open the    properties box
Copy and Paste the script code    into the properties box
<SCRIPT>
var mydate=new Date()
var theYear=mydate.getFullYear()
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday"
,"Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July",
"August","September","October","November","December")
document.write(dayarray[day]+", "+montharray[month]+" "+daym+", "+theYear)
</SCRIPT>
<SCRIPT>
var mydate=new Date()
var theYear=mydate.getFullYear()
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday"
,"Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July"
,"August","September","October","November","December")
document.write(dayarray[day]+", "+montharray[month]+" "+daym+", "+theYear)
</SCRIPT>
1)
2)
3)
RESULT OF THIS WORKING SCRIPT
 
More Tutorials can be found in the
Blue voda Forums Here
Html Icon
The html box can be resized and placed anywhere on your page, Preview and then publish your page)
4)
click
5)
6)
Step by Step Visual Tutorial - How to use a Bluevoda HTML Box