Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
We haven't received your email yet. But I have a suggestion. Please set the your date column's "format" property like this:
$this->src("excel")
->pipe(new \koolreport\processes\ColumnMeta(array(
"myDateColumn" => array(
"format" => $formatString, //e.g: "Y-m-d H:i:s"
)
)))
//pipe TimeBucket here
The format string depends on your date column's real data. Please check this link for the date code: https://www.php.net/manual/en/function.date.php
Well, there are several fixes to resolve this excel date not recognizing error.
1# Text To Columns 2# Dates As Text 3# Convert Date Into Numbers 4# Format The Dates 5# Use The VALUE Function 6# DATEVALUE Function 7# Find & Replace
For catching more detail on how to perform these fixes, check out this informative post.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo