# File lib/spreadsheet/format.rb, line 163
    def date_or_time?
      !!Regexp.new(client("[hmsYMD]", 'UTF-8')).match(@number_format.to_s)
    end