Hi,
I'm having a date in a gridfield's setdisplayfields. However it's displaying the date in the Y-m-d format. I'd like to format it to d-m-Y.
Can anybody help me out?
This is the piece of code i'm talking about.
$config->getComponentByType('GridFieldDataColumns')->setDisplayFields(array(
'StartDatum' => 'StartDatum',
));