12/17/2014 at 3:16 pm
#313036
Participant
Hi Steven Yeah, i can get the unformatted data! Many thanks!
But can you say me how to get only one type in the output? I don’t know which $atts I can use.
Here my function:
$fldates = $entry->getDates(array(), TRUE, TRUE );
foreach ($fldates as $fldate) {
$fldateoutput .= $fldate->date;
}
But how can I only get the “birthdate”? Thanks!
And: The dates I get with:
$fldates = $entry->getDates(array(), TRUE, TRUE );
foreach ($fldates as $fldate) {
$fldateoutput .= $fldate->date;
}
Is it possible to format the date to d.m.Y?
Regards,
