Hello,
I don't know if I'm in the right place to ask this or if it's a "Date" module request, but anyway here's my question :
Using the date component in a webform in D7, I have 3 select for Day, Month and Year.
The day and year selects display well, but the month select display only part of the month :
for example for "juillet" it display "jui", for "août", it display "aoû"... etc...

I search where I can tell the date component to display the month in the right format without success. If somebody has the answer, thanks for sharing it.

I'll keep searching on my side...
Thanks.

Comments

quicksketch’s picture

Unfortunately it looks like the shortened month names is hard-coded by Drupal core (which Webform utilizes for its date components).

This function http://api.drupal.org/form_process_date in turn calls http://api.drupal.org/map_month, which has the short-names of months hard-coded.

quicksketch’s picture

Status: Active » Closed (fixed)