is it possible to have a form where the date is filled in everyday, and isnt changeable?
also can the format of the date you enter into forms be chaned. I dont much like the yyyy-mm-dd format, id much racther have the normal british dd-mm-yyyy as the value i have to fill into my forms..
Take a read through them and see what you need. You could then output it as a hidden form element as well as showing it on the screen if you like.
gbaker123
10:19 pm on Jul 22, 2003 (gmt 0)
One way to do it is with a hidden field. Output it to the person entering the form like you would normally and store it in a hidden field. That way it is always current and gets stored the way you want.