I have a hidden value for date in my code.
I\'m trying to capture the date that a user signed up. When i check the database it shows up as 0000-00-00. I know that is the format that sql wants and i have no problem with that but should i put in my code to pass the date?
I tried this in my code but no good
$date = date(Y m d);