Closed (fixed)
Project:
Date
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Mar 2012 at 10:13 UTC
Updated:
11 May 2016 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
calefilm commentedI think this is related... I see "Formatter" within the Date field... I would like to select just "Date" not "Date and Time"
Because I did go to my date settings and added a special format. Only to read 'Tue May 15'
But if a user selects a date for an event, say: 'May 15 - 7:00AM" I need to group the Event Dates by Days like Craigslist does: Tue May 15
But within views, if I choose DATE to be the Group, it won't allow me to group dates by Day: Tue May 15
Instead, the views group each event date by Time, i.e. 'Tue May 15 7:00AM'
....which ruins my view
Comment #2
ezra-g commentedThis would be helpful for the Commons distribution as part of #1797490: Implement Featured content block to spec.
Adding the "commonslove" tag.
Comment #3
iztok commentedWhy do I have a feeling this was already possible in Views at some point? Confused very much!
Comment #4
pixelsweatshop commentedIt is for things such as posted/updated dates, but not for date fields provided by the date module.
Comment #5
seanbAttached is a patch that should fix this.
Comment #6
seanbComment #7
nagy.balint commentedThanks for this.
Because of the inability to properly put the date formats into features, this patch is badly needed in this module.
Seems to work fine.
Comment #8
johnpitcairn commentedApplies cleanly here, works well.
Comment #11
seanbWeird error:
FAILED: [[SimpleTest]]: [MySQL] Repository checkout: failed to checkout from [git://git.drupal.org/project/migrate.git].
Is this RTBC?
Comment #12
nagy.balint commentedWas 6 months ago :)
Comment #13
seanbLet me just put it back.. Thnx!
Comment #14
steinmb commentedPatch format not right. Unable to apply this with git.
Attaching a re-rolled patch.
Comment #15
seanbAwesome, thnx!
Comment #16
hamrant commentedThis functionality is included in the module, tested on the 7.x-2.8 version.
Comment #17
krlucas commentedNot sure what @hamrant is referring to but this feature does not exist in Date yet. He was probably testing with core date properties (created/updated), not user created Field API + Date fields.
The patch in #14 still applies to 7.x-2.x-dev. This provides a really helpful alternative to the rigamarole of creating custom date formats and is more consistent with how Views treats core dates. Marking as RTBC.
Comment #18
steinmb commentedComment #19
puudutus commentedI can confirm patch #14 worked. I used it in the latest dev version. This would be a really nice feature in the main module.
Comment #20
acrollet commented+1 for committing, #14 applies and works
Comment #21
Teeman commented#14 worked beautifully, thanks.
Comment #22
attheshow commentedPatch #14 works for me too.
Comment #24
podarok#14 is merged. Thanks