Timestamp in a form

J

Juke

Hello all,
One of the fields in my form is for the date, is it possible to set the
default to timestamp?
This would save the user from imputing the date if the current date was
correct.

Can someone point me in the right direction..

Thanks
 
N

Net55

The timestamp is applied on submit, so you can't use that.
There are many ways to does this with java script:
http://www.wswise.com/index.php?
action=read&type=script&genre=javascript_clock&sectionid=81

If you have an asp form use this as the default value:
 
Top