The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Date and Time Change on Homepage... but how?

3 posters

Go down

Date and Time Change on Homepage... but how? Empty Date and Time Change on Homepage... but how?

Post by Minimj Sun 28 Feb 2010 - 14:48

Hey There!

On my homepage i would like the date and time..

How do i do this, so it changes all the time?

Thanks Smile
Minimj
Minimj
Forumember

Male Posts : 124
Reputation : 0
Language : English

Back to top Go down

Date and Time Change on Homepage... but how? Empty Re: Date and Time Change on Homepage... but how?

Post by Cool-processor Sun 28 Feb 2010 - 15:28

Admin panel>General>Configuration>Date format | System Timezone | Adjust Time/Summer Time/Winter time Wink
Cool-processor
Cool-processor
Forumember

Male Posts : 724
Reputation : -55
Language : HTML | CSS/3 | JQuery
Location : To my own coding world

http://www.creative-labz.com

Back to top Go down

Date and Time Change on Homepage... but how? Empty Re: Date and Time Change on Homepage... but how?

Post by Minimj Sun 28 Feb 2010 - 18:10

noo i mean a code for my homepage... as im using HTML lol
Minimj
Minimj
Forumember

Male Posts : 124
Reputation : 0
Language : English

Back to top Go down

Date and Time Change on Homepage... but how? Empty Re: Date and Time Change on Homepage... but how?

Post by Sanket Sun 28 Feb 2010 - 19:22

Search for widgets on google. There are many.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Date and Time Change on Homepage... but how? Empty Re: Date and Time Change on Homepage... but how?

Post by Minimj Sun 28 Feb 2010 - 21:02

i cant find one with a html code... i need one like there is on the forum from forummotion... got a code for that?
Minimj
Minimj
Forumember

Male Posts : 124
Reputation : 0
Language : English

Back to top Go down

Date and Time Change on Homepage... but how? Empty Re: Date and Time Change on Homepage... but how?

Post by Cool-processor Sun 28 Feb 2010 - 21:16

this maybe??

Code:
PRINT '1) HERE IS MON DD YYYY HH:MIAM (OR PM) FORMAT ==>' +
CONVERT(CHAR(19),GETDATE()) 
PRINT '2) HERE IS MM-DD-YY FORMAT ==>' +
CONVERT(CHAR(8),GETDATE(),10) 
PRINT '3) HERE IS MM-DD-YYYY FORMAT ==>' +
CONVERT(CHAR(10),GETDATE(),110)
PRINT '4) HERE IS DD MON YYYY FORMAT ==>' +
CONVERT(CHAR(11),GETDATE(),106)
PRINT '5) HERE IS DD MON YY FORMAT ==>' +
CONVERT(CHAR(9),GETDATE(),6)
PRINT '6) HERE IS DD MON YYYY HH:MM:SS:MMM(24H) FORMAT ==>' +
CONVERT(CHAR(24),GETDATE(),113)

Found it at google really dont know if its what you are searching about Confused
Cool-processor
Cool-processor
Forumember

Male Posts : 724
Reputation : -55
Language : HTML | CSS/3 | JQuery
Location : To my own coding world

http://www.creative-labz.com

Back to top Go down

Date and Time Change on Homepage... but how? Empty Re: Date and Time Change on Homepage... but how?

Post by Minimj Sun 28 Feb 2010 - 23:28

that code doesn't work
Minimj
Minimj
Forumember

Male Posts : 124
Reputation : 0
Language : English

Back to top Go down

Date and Time Change on Homepage... but how? Empty Re: Date and Time Change on Homepage... but how?

Post by Sanket Mon 1 Mar 2010 - 14:44

http://www.widgetbox.com/widget/timedate-widget

Just took me 30 seconds on google to find the correct widget.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Date and Time Change on Homepage... but how? Empty Re: Date and Time Change on Homepage... but how?

Post by Cool-processor Mon 1 Mar 2010 - 15:21

Sanket wrote:
Just took me 30 seconds

Respect! salut rock
Cool-processor
Cool-processor
Forumember

Male Posts : 724
Reputation : -55
Language : HTML | CSS/3 | JQuery
Location : To my own coding world

http://www.creative-labz.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum