What steps will reproduce the problem?
1. Display the contents of the table using CGridView.
2. Made the code as follows according to the comment in the source.
array(
'dataField'=>'date',
'dataExpression'=>'date("M j, Y", $data)',
),
What is the expected output? What do you see instead?
String should be displayed but none.
The code of mine should be changed as follows, but is not documented.
array(
'dataField'=>'date',
'dataExpression'=>'date("M j, Y", $data[date])',
),
What version of the product are you using? On what operating system?
1.1rc-dev (r1536) on Linux
Please provide any additional information below.
Original issue reported on code.google.com by mocapapa...@gtempaccount.com on 1 Dec 2009 at 1:46
Original issue reported on code.google.com by
mocapapa...@gtempaccount.com
on 1 Dec 2009 at 1:46