# File lib/dm-core/property/date.rb, line 42 def typecast_hash_to_date(value) ::Date.new(*extract_time(value)[0, 3]) end