Ejemplo n.º 1
0
 /**
  * set date
  */
 public function setDate()
 {
     parent::setDate(date('Y-m-d', strtotime($this->item['date_add'])));
 }
Ejemplo n.º 2
0
 /**
  * set text for the review
  */
 public function setDate()
 {
     parent::setDate(date('Y-m-d', strtotime($this->item->getCreatedAt())));
 }