Date Field?
Created by: gregblass
I defined an attribute in my schema with type "Date", but it is being defaulted to "DateTime". I tried to update this in ATTRIBUTE_TYPES and change it to Field::Date, but I'm getting: uninitialized constant Administrate::Field::Date.
Are date's without times not supported or am I doing something wrong? I would expect the 00:00:00 to not show up on the form and for the datepicker to not include the time control?