Overrides HandlerBase::getDateFormat
public function getDateFormat($format) { // Pass in the string-field option. return $this->query ->getDateFormat($this->getDateField(), $format, TRUE); }