Clock and Countdown Timer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want a clock on my web page that displays the date and time without using
javascript if possible. The date is displayed as "day, date, month and year"
and time format is GMT as well

And a countdown timer as well with the dates and time displayed in the
format and displays "DD/MM/YY" left till and time in GMT.
 
Any time you want a web page to do more than just sit there and look good,
that is, to change, and follow some set of instructions, such as you have
laid out, you are talking about the realm of programming and/or scripting.
So, first of all, you're going to have to accept that this cannot be done
without JavaScript.

That said, here is a link to a site that has quite a few different scripts
along the lines of displaying dates and times, countdown clocks, etc:

http://www.developertutorials.com/scripts/7/48/

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Abnormality is anything but average.
 
Back
Top