Closed (duplicate)
Project:
Date
Version:
6.x-2.7
Component:
Date CCK Field
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 02:04 UTC
Updated:
21 Jul 2011 at 16:04 UTC
When I try to create an event say for 15 August 2011 in French (15 Août 2011) I get an error saying that the date is invalid. If I switch interface to English, I'm able to create the event as expected. My guess is that the accent on the "û" is the source of the problem. In French, August is the only month that has an accent.
See attachments. BTW, I was able to reproduce this error on 2 different sites using Date 6.x-2.7
Can anyone help?
| Comment | File | Size | Author |
|---|---|---|---|
| English August date good.png | 17.68 KB | bisonbleu | |
| French August date bad.png | 18.88 KB | bisonbleu |
Comments
Comment #1
bisonbleu commentedUpdate
The current dev version of Date (date-6.x-2.x-dev) generates the same error.
One way to fix this is to change the display format for the CCK date field from "15 août 2001" to "15/08/2011".
Comment #2
maxime.deg commentedSame problem for me.
As you said, it's the character ^ which generate the error
Comment #3
choster commentedDo you have any problems with "fév" and "déc" dates?
Comment #4
bisonbleu commentedStrangely enough, "fév" and "déc" dates work fine.
Comment #5
Thus0 commentedIt seems to be a duplicate of this bug http://drupal.org/node/543538#comment-1957054 "all month abbreviations that don't fit in the 3 character mold will prevent the user from submitting his post".
Comment #6
mvcyes, a duplicate. see #543538: Date Popup - Problem with number of chars allowed for month name.