Cut & Paste Text of This Script Available Here
*Get This Script Now*

This Script was FREE from Netscape World

[ Home ]   [ Joyful Moments Web Designs ]   [ All About Me ]   [ Sofine's Free Cards ]
[ The Master's Touch ]   [ Graphics For Sale ]   [ Jokes ]   [ Edgar Guest Poems]   [ Words To Live By ]
[ Touch The Heart Poems ]   [ Hearts To Hearts ]   [ My Favorite Things ]
[ Free Midis ]   [ Free Java Scripts ]   [ Free Animated Gifs ]   [ Free Graphics ]
[ Scents Of Christmas ]   [ Frequently Asked Questions ]   [ Sofine's Privacy Policy ]

Updated January 16, 2007

SofinesJoyfulMoments Is Hosted by FatCow
Check Out Fat Cow Web Hosting

Joyful Moments Web Designs
Graphics © by Mary (Garren) Morand
© MARY MORAND WEB PAGE - ALL RIGHTS RESERVED
Webmaster ~ E-Mail ~ Comments

 

 

 

 

 

 

Script for Displaying Date
<TITLE>Displaying Date/Java Script For Both NS3 and IE3</TITLE>
<BODY>
<SCRIPT>
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
weekday= myweekday;
myyear= mydate.getYear();
year = myyear;

if(myday == 0)
        day = " Sunday, "      

else if(myday == 1)
      day = " Monday, "

else if(myday == 2)
        day = " Tuesday, "   

else if(myday == 3)
        day = " Wednesday, "   

else if(myday == 4)
        day = " Thursday, "

else if(myday == 5)
        day = " Friday, "

else if(myday == 6)
        day = " Saturday, "

if(mymonth == 0)
         month = "January "

else if(mymonth ==1)
         month = "February "

else if(mymonth ==2)
        month = "March "

else if(mymonth ==3)
       month = "April "

else if(mymonth ==4)
         month = "May "

else if(mymonth ==5)
         month = "June "

else if(mymonth ==6)
         month = "July "

else if(mymonth ==7)
       month = "August "

else if(mymonth ==8)
      month = "September "

else if(mymonth ==9)
     month = "October "

else if(mymonth ==10)
     month = "November "

else if(mymonth ==11)
     month = "December"

document.write("<b><p align=right><font size=-1>"+ month);
document.write(myweekday+","+ day+ "2000"+"</font></b>");

</SCRIPT>


[ Joyful Moments Web Designs ]   [ A Beautiful Web With Heart ]   [ Sofine's Free Cards ]
[ The Master's Touch ]   [ Touch The Heart Poems ]   [ Edgar Guest Poems]   [ Words To Live By ]
[ Hearts To Hearts ]   [ Jokes ]   [ My Favorite Things ]
[ Free Midis ]   [ Free Java Scripts ]   [ Free Animated Gifs ]   [ Free Graphics ]
[ Scents Of Christmas ]   [ Frequently Asked Questions ]   [ Sofine's Privacy Policy ]

Updated January 16, 2007

SofinesJoyfulMoments Is Hosted by FatCow
Check Out Fat Cow Web Hosting

Joyful Moments Web Designs
Graphics © by Mary (Garren) Morand
© MARY MORAND WEB PAGE - ALL RIGHTS RESERVED
Webmaster ~ E-Mail ~ Comments