Submitting current timestamp in cakephp

#edelsburg4

New Member
What is the method to submit a current timestamp directly on an insert or an update. If I were running regular sql, I would use the function NOW() for the specific sql field on submission. How would I do that with cakephp.\[code\]$this->Model->save($this->data)\[/code\]
 
Back
Top