[Solved] timestamp within a form [closed]


If you want to use php, you would do something like…

<input type="hidden" name="datetime" value="<?php echo $arrivalString; ?>" />

inside your form.

2

solved timestamp within a form [closed]