i have date attribute in core data entity. i have count and groupy by date (yyyy-mm-dd).
NSFetchRequest can have an array of attributes for grouping. [fetchRequest setPropertiesToGroupBy:arrayObject]
i'm going to group on multiple attributes. grouping using the function works. but i want to group it by year month and day.
nsfetchresultcontroller can only do sectioning on ONE attribute. which i dont need.
anyone have idea how to goup using NSFetchRequestonly on day month and year (utc to localTimezone)?