Hello Guys,
i have an date field in my edit form like this:
1 |
$grid->setColProperty('newsDate', array("label"=>"Datum","align"=>"center","width"=>120,"datefmt"=>"U","formatter"=>"date","formatoptions"=>array("srcformat"=>"U","newformat"=>"d.m.Y H:i"))); |
this should be stored in db as a unixtimestamp. How can i do this?
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top