Not making sence to me cause it is showing 0 rows and i know i have one date in there for this month.
It is getting inserted like this :
$dt1=strtotime(date("d M Y H:i:s"));
q("insert into members (id, login, pswd, fname, lname, email, city, state, country, zip, phone, fax, prcode, status, rdate, website, birthday)values('0','$login','$pswd_1','$fname','$lname','$email','$city','$state','$country','$zip','$phone','$fax','','0','$dt1','$website',$birthdate)");
Here is the field info
rdate int(11) default NULL,
Shows up like 1073525397 ( which is this month )
If this helps at all