Welcome Guest, Not a member yet? Register   Sign In
Trouble with DATE field and date/strtotime conversion
#2

[eluser]toymachiner62[/eluser]
Please use code tags or don't expect people to help you as it's hard to read code without them.

What is the output when you echo your date function right before
Code:
$data[ ‘profile_date_birth’ ]
like this?

Code:
echo date( ‘Y-m-d’, strtotime( $data[ ‘profile_date_birth’ ] ) );
$data[ ‘profile_date_birth’ ] = date( ‘Y-m-d’, strtotime( $data[ ‘profile_date_birth’ ] ) );


Messages In This Thread
Trouble with DATE field and date/strtotime conversion - by El Forum - 08-05-2011, 09:41 AM
Trouble with DATE field and date/strtotime conversion - by El Forum - 08-05-2011, 10:05 AM
Trouble with DATE field and date/strtotime conversion - by El Forum - 08-05-2011, 10:30 AM
Trouble with DATE field and date/strtotime conversion - by El Forum - 08-05-2011, 10:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB