_dateTimeFormat = $format; } public function parse($value) { return \DateTime::createFromFormat($this->_dateTimeFormat, $value); } }