Which outputs the day the user registered 10/12/2009 but this is for a membership and I want to output 10/12/2010 which is when their membership expires.PHP Code:$fromMYSQL = $current_user->user_registered;
echo date("m/d/Y", strtotime($fromMYSQL));
Thanks in advance!





Bookmarks