Forums

This topic is locked

Show time and date in field in Form

Posted 17 Nov 2003 13:11:29
1
has voted
17 Nov 2003 13:11:29 neil adams posted:
How do i do this whats the code? i want the corrct time and date to automatically appear in separate fields

Replies

Replied 17 Nov 2003 15:59:54
17 Nov 2003 15:59:54 Lydia van der Scheer replied:
What programming language are you using?

Lydia
DMXzone

Edited by - Liedje on 17 Nov 2003 16:00:20
Replied 17 Nov 2003 16:28:32
17 Nov 2003 16:28:32 neil adams replied:
just dreamweaver so i can use asp or java i suppose but i'm not a code expert i'm a designer i just need to know what the code is.
thanks
Replied 18 Nov 2003 04:53:57
18 Nov 2003 04:53:57 Nozomi Kugita replied:
I guess, then, you could use JavaScript.

The simplest code can be:
< SCRIPT >
document.write(Date())
< /SCRIPT >

Also you can do search...

javascript.about.com/library/scripts/blshowdatetime.htm

www.codeave.com/javascript/code.asp?u_log=7025

and many other samples are out there.

- Noz

Reply to this topic