Пример #1
0
 /**
  * Sanitize value
  *
  * @return integer
  */
 protected function sanitize()
 {
     return strtotime(parent::sanitize()) ?: 0;
 }