Grouping in Views. Date and CCK.
systemtyrant - July 3, 2009 - 17:19
I have date and cck and views installed with my drupal install. I'm trying to create an event list. However I'm having trouble with grouping under views.
What I get is:
07/03/2009 - 2:00pm
Event Title
07/03/2009 - 1:30pm
Event Title
What I want is:
07/03/2009
Event Title
Event Title
Possibly with the time out to the side of the event title.
What am I missing or not doing?

_
Click on the gear icon next to the style, set the grouping field, then click on the date field itself and select the 'exclude from view' option.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
I've done that. It's still
I've done that. It's still showing the time and grouping them according to date and time. I just want them grouped via date and not time.
_
Try changing the label to custom and using the short format.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
short format still displays
short format still displays the time. I've got the label set to none. Don't want to display a label anyway. :D
I'm seem to be having the
I'm seem to be having the exact same issue. Have you been able to solve this problem?