# File lib/spreadsheet/format.rb, line 180
    def date?
      !!@regexes[:date].match(@number_format.to_s)
    end