View Single Post
Old 01-04-2013, 11:12 PM   PM User | #3
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,168
Thanks: 59
Thanked 3,993 Times in 3,962 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
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.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote