Use case: I want to group an event table by month, and have a date field with the full event date.
Is it possible to just get the month out of that field, so I can group by it? Perhaps by adding a custom format option, so I can output just what's needed? Or do I have to have a separet field for just the month?
Comments
Comment #1
blackdog commentedFixed this by making the default format for the field just output the month.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
carvalhar commentedHi, i'm reoppenning this because this solution only works with one value date.
Multiple date values creates a repeating group field.
Eg.
Date 1 - 15 january 2012 15:40:10
Date 2- 17 January 2012 15:40:10
Date 3 - 01 February 2012 15:40:10
Outputs:
January
Date 1 - 15 january 2012 15:40:10
January
Date 2- 17 January 2012 15:40:10
February
Date 3 - 01 February 2012 15:40:10
I don't know how to fix it...
Comment #4
ram4nd commentedHere is a fix
http://drupal.org/node/388140
Comment #5
carvalhar commentedthanks for this solution.
i solved this using another path: i created a new view listing all dates from a nid and then used Views Field Views who allows to embed a view as a field in a view.
Then it solved my problem.
Comment #6
tim.plunkett