What does the date that is coming from the datepicker *LOOK* like?
TO find out, just do
Code:
echo "<hr/>date from datepicker::" . $_POST["...name of field..."] . "::<hr/>";
in your PHP code and then show us what that shows you.
Use the actual name of the field in the <form> that is changed by the datepicker there, of course.