Esempio n. 1
0
 public function __construct($afterDate = null, $format = 'dd-MM-yyyy')
 {
     parent::__construct($format);
     $this->_afterDate = $afterDate;
 }
Esempio n. 2
0
 public function __construct($beforeDate = null, $format = 'dd-MM-yyyy')
 {
     parent::__construct($format);
     $this->_beforeDate = $beforeDate;
 }