Birthday:
EOT;
// If no year, add an arbitrary one so just we can parse the month and day.
$o .= '
'
. ((intval($a->profile['dob']))
? datetime_convert('UTC',date_default_timezone_get(),$a->profile['dob'],'j F, Y')
: datetime_convert('UTC',date_default_timezone_get(),'2001-' . substr($a->profile['dob'],6),'j F'))
. "
\r\n
";
$o .= '