* Either right click on this page and then click "View Source", OR * A text box will open that has the entire HTML source code for this web page.
Copy and paste this entire code and insert it on your own
You can alter the colors in the first few lines to
IF ANY CODE BELOW THE FIRST ELEVEN LINES IS ALTERED, THE
THIS JAVA CODE IS DEDICATED AND CREDITED TO THE WEB ARTIST
Note from Grams... My grandson, Scott Ley, was able to show me that the
TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;
to...
TodaysDate=" "+d[date.getDay()]+" "+m[date.getMonth()]+" "+day+" "+year;
This changed the clock to "month-first", as in FEBRUARY 16 2009, and no
So if you're careful, my sweetie, you too can play around with the code!
************************************************************ * Select and copy all the lines of code INCLUDING both the beginning * Paste the code into your own web page after the <BODY> tag.
* Click open the VIEW menu and click on "Source".
You will want just the JAVA code, and that's A L L THE LINES BETWEEN the STAR BOXES.
The STAR BOXES look like this...
<!--
************************************************************
web page below the <BODY> tag.
contrast to your page's background color.
ALIGNMENTS WILL BE LOST!
AT THE FOLLOWING WEB PAGE...
above isn't entirely true. Originally, the code resulted in a date that
went "day-first" instead of "month-first", as in 16 FEBRUARY 2009. Scott
changed the 21st line from...
alignments were lost.
-->
and ending STAR BOXES. Be sure to include the "comment" commands that
are just before and just after the STAR BOXES. They look
like this: <!-- and this: -->
You're Welcome!
COOK WISELY!