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