Detects if there were errors in the processing of this date.
bool TRUE if there were errors in the processing of this date, FALSE otherwise.
public function hasErrors() { return (bool) count($this->errors); }