Box\Spout\Reader\Common\ReaderOptions::setShouldFormatDates PHP Метод

setShouldFormatDates() публичный Метод

Sets whether date/time values should be returned as PHP objects or be formatted as strings.
public setShouldFormatDates ( boolean $shouldFormatDates ) : ReaderOptions
$shouldFormatDates boolean
Результат ReaderOptions
    public function setShouldFormatDates($shouldFormatDates)
    {
        $this->shouldFormatDates = $shouldFormatDates;
        return $this;
    }