Hola, tengo un formulario php en cakephp y en la DB tengo el campo fecha como "datetime" pero solo me toma con 0... como hago para que me tome la hora y fecha?
Gracias!
| |||
Respuesta: CakePHP - Date Esque ese es un tema porque el codigo que tengo solo es asi Cita: function add(){ $this->set('title_for_layout','Noticias :: ADD - Control Panel'); $this->set('open','noticias'); $this->set('current','noticias'); if ($this->request->is('post')) { if ($this->Noticia->save($this->request->data)) { $this->Session->setFlash('Your post has been saved.'); $this->redirect(array('action' => 'index')); } } } |
| ||||
Respuesta: CakePHP - Date pues yo no veo en donde seteas la fecha??
__________________ aprende d tus errores e incrementa tu conocimientos it's not a bug, it's an undocumented feature By @David php the right way |
Etiquetas: |