Querying date format for DB via ActiveRecord?

Is there a way to query the DB connection behind an AR::Base object for
the date string format expected by the DB?

I’m trying to use quoted_date, however, this returns a formatted
timestamp and the column in question is simply a date.

Thanks,
Wes