xls export shows FALSE on date column

Questionsxls export shows FALSE on date column
c rr asked 2 days ago

Hello,

When using export button all fields are ok except the date column that shows false at all rows…

this is the column code

$col = array();
$col[“title”] = “Jour”;
$col[“name”] = “date_formation”;
$col[“width”] = “15”;
$col[“sortable”] = true; // false this column is not sortable
$col[“search”] = true; // false this column is not searchable
$col[“editable”] = false;
$col[“edittype”] = “date”;
$col[“formatter”] = “date”;
$col[“formatoptions”] = array(“srcformat”=>’Y-m-d’,”newformat”=>’d/m/Y’);
//$col[“editoptions”][“defaultValue”] = date(“m/d/Y”);
$cols[] = $col;

mysql table field format is date.

This is working in other grid but not there…

Can someone help?

Thanks,

Cedric

2 Answers
Abu Ghufran Staff answered 2 days ago

Hi,

I am unable to generate this case in latest build.

Try commenting out one of the column options like edittype OR change ddate newformat to m/d/Y and then try export.

Also make sure this column name is not included twice in grid columns. Later column options will always be used.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Cedric answered 8 hours ago

Hello,

I tried suggested but still exporting FALSE for the date column..

Your Answer

18 + 17 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?