zooppa/administrate-field-date_picker

View on GitHub
app/views/fields/date_picker/_index.html.erb

Summary

Maintainability
Test Coverage
<%#
# DatePicker Index Partial

This partial renders a date to be displayed
on a resource's index page.

By default, the attribute is rendered as string
with the :default format

## Local variables:

- `field`:
  An instance of DateTime.
%>

<%= field.ldate %>