Page MenuHomePhabricator

Date format of date fields when other math / aggregates / field transformations are applied
Open, Needs TriagePublic

Description

When a date field already has a field transformation on it - such as MIN(receive_date) to arrive at the first donation date of a contact after a certain date - the date is not formattable as a date(), and remains a datetime. This is difficult to work with when filtering, creating forms default values, etc. It would be helpful if we could add date transforms to date fields even if field transformations are already applied.