30/06/2012 6:00pm

PHP | Solution -


public function populateDefaults(){

parent::populateDefaults();

$this->Date = date('Y-m-d', strtotime('now'));
$this->Time = date('H:i:s', strtotime('now'));

//$this->setField('Date', date('Y-m-d H:i:s', strtotime('now')));

}


Post Comment