Closed (fixed)
Project:
RedHen CRM
Version:
7.x-1.x-dev
Component:
Shared
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2013 at 16:02 UTC
Updated:
19 Nov 2015 at 23:15 UTC
Jump to comment: Most recent
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.