Hi,
it was discussed many times already and I thought it is clear for me. But ....
I have some data with dates. The dates look like this: ["purchDate"]=> string(19) "2019-01-17 14:01:30"
my setup:
$this->src('quinos')
->query($query)
->params($query_params)
->pipe(new Sort(array(
"purchDate"=>"desc",
)))
->pipe(new Limit(array(20)))
->pipe($this->dataStore('purchase'));
In the Table it looks like this:
"dataStore" => $this->dataStore('purchase'),
"columns" => array(
"purchDate" => array(
"label" => "Date of Purchase",
),
But this i get in my report: