I am such a newbie at this. and the answer will be really obvious to those that know.
I want to send the value of the calendar to a php file using the variable Arrival.
Here is what I have
Arrival
here is the php file
<?php
$Arr_Date= strtotime($_POST['calendar']);
echo $Arr_Date;
echo ""; ?>
Sorry to be so dumb