3 4 5
# File 'lib/date_parity/core_ext/date.rb', line 3 def format Thread.current[:date_format] || Date::DATE_FORMATS[:db] || "%Y-%m-%d" end