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