Log in

View Full Version : Display current date and time


gushil
01-14-2009, 02:55 AM
Hello All..

How can I display current date and time?
I couldn't find it anywhere..

...

dismas
01-14-2009, 03:13 AM
Search clock, all mods, titles only.

Dismounted
01-14-2009, 03:24 AM
The current time is always displayed in the footer of any vBulletin page, BTW.

gushil
01-14-2009, 04:13 AM
yeah, that is current time
but can't found how to display current date
forum searched, found template modification using javascript, which isn't my preffered solution.

UKBusinessLive
01-14-2009, 05:09 AM
Try This HTML code


<iframe src="http://free.timeanddate.com/clock/i1dd7129/fn8/fc090/tc000/pc000/ftb/pa3/tt0/tw1/tm1" frameborder="0" width="262" height="22"></iframe>

You can configure this here http://www.timeanddate.com/clocks/free.html

This is what it looks like

Wed, Jan 14, 2009, at 7.08am

Or another nice little bit of code is here http://www.24webclock.com/en/get.php?t=110

You can select from a variety of different color styles, and times from around the world, But its javascript i know you said you wasn't keen on it , but its worth a look ;)