Returns:
4 5 6
# File 'lib/datify.rb', line 4 def is_time? Datify::Engine.new(self).valid? end
8 9 10
# File 'lib/datify.rb', line 8 def to_time Datify::Engine.new(self).date end