I'm trying to display a timestamp field (that is currently in Unix Epoch Timestamp format) in a human-readable format.
This code isn't working:
"Last Comment Date"=>array(
"label"=>"Last Comment Date",
"type"=>"datetime",
"format"=>"Y-m-d H:i:s",
"displayFormat"=>"d-m-Y D"
),
I'm assuming there's something else I need to do? TIA for the help.