Hello Guys,
i have some trouble with my grid. I try to filter this grid by a date that less than the given date. But there is no result. I think it depends on my declarion of the date row.
$grid->setColProperty('tdUnixtimestamp',array( "label" => "Zeitpunkt", 'align' => 'center', 'width' => 120, 'datefmt' => 'u', 'formatter' => 'date', 'formatoptions' => array( 'srcformat' => 'U', 'newformat' => 'd.m.Y H:i' ) ));
Any hints? Thx a lot
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top