# File lib/big_record/connection_adapters/column.rb, line 448 def fallback_string_to_date(string) new_date *ParseDate.parsedate(string)[0..2] end