Clock and Countdown Timer

B

Black_drahgo

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.
 
K

Kevin Spencer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top