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