Time and date formats in Whups
Joaquim Homrighausen <[email protected]> Wed, 15 Feb 2006 23:33:05 +0100
| Newsgroups | gmane.comp.horde.whups |
|---|---|
| Message-ID | <[email protected]> |
In prefs.php (WHUPS-HEAD20060215).. one finds:
$_prefs['report_time_format'] = array(
'value' => '%m/%d/%y',
'locked' => false,
'shared' => false,
'type' => 'enum',
'enum' => array('%a %d %B' => _("Weekday Day Month"),
'%c' => _("Weekday Day Month HH:MM:SS TZ"),
'%m/%d/%y' => _("MM/DD/YY"),
'%m/%d/%y %H:%M:%S' => _("MM/DD/YY HH:MM:SS")),
'desc' => _("Date/Time format for search results")
);
Is there a reason this isn't pulled from Horde prefs/locale.. ?
-joho
--
Whups mailing list - Join the hunt: http://horde.org/bounties/#whups
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]