does anyone know how to get the date from the clients computer (javascript) and save it as a php variable to be stored in a database?
I can get the date, just can't store it as a php variable.
thx
In PHP do some manipulation on the date to make it compatible with your db, probably using the explode function, and store it as a hidden field on the form. I'd be weary of this though, lots of people have the wrong date and time on their computer.