how can i send the local date and time with an html form?
Look at the date() function.
<input type="hidden" name="date" value="<? echo "".time().""; ?>">
he wants their time, not server time.