12/18/2014 at 9:46 am
#313102
Keymaster
@ Fabrice
to get just birthdays you would use:
$fldates = $entry->getDates( array( 'type' => 'birthday' ) );
To format the date you would do something like this:
date_i18n( 'd.m.Y', strtotime( $fldate->date ), FALSE )
Hope that helps, have fun!
