UNC-Libraries/hy-c

View on GitHub
app/views/records/edit_fields/_last_modified_date.html.erb

Summary

Maintainability
Test Coverage
<% date_value = params[:action] == 'new' ? Date.today.strftime("%Y-%m-%d") : f.object.last_modified_date %>
<%= f.input :last_modified_date, as: :date, html5: true, placeholder: "Date Format YYYY-MM-DD",
            input_html: {class: 'date-input', value: date_value} %>