So I am having problems finding where this comma is coming from. Repeating previous posts I am looking to do the following.
"is there any way to change the displayed text for year + month to have the form "July 2008" rather than "July, 2008" (remove the comma)?"
or
"I'm using the date_browser view to create monthly archive pages. Obviously, I have the Granularity set to "Month" in my date argument. Everything works great, except in the summary, the month and year are separated by a comma. Example:
* November, 2010 (2)
* October, 2010 (2)
* September, 2010 (2)
* July, 2010 (3)
* June, 2010 (3)
* May, 2010 (1)
* April, 2010 (1)
* March, 2010 (4)
* February, 2010 (1)
* January, 2010 (1)
My client wants to remove the comma from the summary, but I cannot for the life of me figure out how. Help?"
I'm trying to create an Archive Block with views for my blog posts.
Issue is similar to first question here
and here
I thought it was an issue in Views. But Merlin seems to have fixed this here.
So this seems to have something to do with the formatting of the date somewhere else, but not sure where to begin. Can someone help?
Comments
brute force solution
See http://drupal.org/node/279242 #9
Better solution: #656806:
Better solution: #656806: Commas in date summary views, comment #3. No hacking required, just the core UI. A lot of people don't seem to know that Drupal 6.x core allows you to customize date formats completely!