%# # Date Form Partial This partial renders an input element for a date attribute. ## Local variables: - `f`: A Rails form generator, used to help create the appropriate input fields. - `field`: An instance of [Administrate::Field::Date][1]. A wrapper around the Date value pulled from the database. [1]: http://www.rubydoc.info/gems/administrate/Administrate/Field/Date %>