Forum Moderators: open

Message Too Old, No Replies

Display current date in HTML

         

BravoTwoZero

11:28 am on Jul 17, 2003 (gmt 0)

10+ Year Member



Hi,

I am trying to display current date in my pure html page . I know how to display in asp or jsp page where I can get the server variable to display. I know Javascript does it for html but I am bit confused. Any suggestion?

Many Thanks

Bravo

BlobFisk

11:30 am on Jul 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do a google search for "javascript date"... a few good starts there!

txbakers

11:43 am on Jul 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can't do it n "pure HTML". HTML is only a markup language - it has no interaction with the user or the machine itself.

You need an active scripting language to do these things.

BravoTwoZero

12:08 pm on Jul 17, 2003 (gmt 0)

10+ Year Member



Thank you very much both for the reply. I have searched the net before and found that javascript does that.

[computationalneuralsystems.com...]

g1smd

9:06 pm on Jul 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



For discussion of what format you want the output in: [webmasterworld.com...]