using html_quickform (pear) and it has a date type that passes the date info like this:
array(24) { ["lr_pub_date"]=> array(3) { ["m"]=> string(1) "3" ["d"]=> string(2) "12" ["Y"]=> string(4) "2003" }
I am used to getting this data like:
$form->getSubmitValue("field_name");
But doing that with this array just returns: Array
Anyone know how to get to the data?
Thanks charles
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php