'Y-m-d' ]; public function check($value) { $this->requireParameters($this->fillable_params); $format = $this->parameter('format'); return date_create_from_format($format, $value) !== false; } }