Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2008 at 16:25 UTC
Updated:
29 Aug 2010 at 23:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
sapark commentedI took out the comma between F and Y in the file views_handler_argument_dates_various.inc located at views/modules/node.
Comment #2
drewish commentedas a patch.
Comment #3
paul.lovvik commentedLooks good.
Comment #4
merlinofchaos commentedCommitted after I couldn't find anybody to agree with me that the comma should be there.
Comment #6
mgraesser commentedI am still getting this problem -- 'March, 2009' displays instead of 'March 2009'. Was this not fixed? (I have version 1.4 of views_handler_argument_dates_various.inc (2009-01-08) installed.)
Comment #7
drewish commentedmgraesser, are you sure you're using the view's dates support and not those of another contributed module?
Comment #8
mgraesser commentedActually, not. I'm working with CCK+Date in creating a field in a content type. So that formatting is probably handled somewhere else, probably in Date. Any suggestions?
Comment #9
bartclarkson commentedI ran into this, mgraesser, in doing some list style declaration in my arguments on a CCK date. Seems to consume the Long Date Format from your Date and Time settings. It would be nice to declare the date format inline within the arguments settings of the given view, but pretty low-priority, I'm sure.
Comment #10
xjmSee also #656806: Commas in date summary views.