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