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

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

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