Hi,
The module is hard-coding american date formats in redhen_filter_form, which is an issue for international users! Could we please change this so that it is something you can set? Or uses drupal default date formats?
Thanks,
Pete
Hi,
The module is hard-coding american date formats in redhen_filter_form, which is an issue for international users! Could we please change this so that it is something you can set? Or uses drupal default date formats?
Thanks,
Pete
Comments
Comment #1
levelos commentedComment #3
freakalis commentedI think this issue is still active because the way format_date() handles medium format. If a custom format is set when using type medium it always uses the custom format. (don't really know why). https://api.drupal.org/api/drupal/includes%21common.inc/function/format_...
In includes/redhen.forms.inc
We should either switch from using type medium to short OR remove format 'm/d/Y'.
Comment #7
levelos commentedGood catch, fixed.
Comment #10
edward.peters commentedIsn't this still an issue? So far as I can see, the date format is hard-coded to US format, and as a European I badly need it to be configurable for other formats so that I don't have to hack the module (as I have done so far). Any advice/help welcome.
Comment #11
levelos commented@edward.peters, I do not believe it is anymore.