[eluser]xiii29[/eluser]
Hi !
Shame on me : I can(t save a date.
Here is the model :
Code:
$this->hasColumn('date', 'timestamp'); // I've try with date ...
In the controller :
Code:
$dateProposee->date = mktime(0,0,0,'23','12','2001');
I've try with new DateTime, create_date, etc...
And every time, I got 0000-00-00 00:00:00 in the database ...
Any help ?