From: ivan Date: Mon, 9 Oct 2006 05:05:15 +0000 (+0000) Subject: date selektah X-Git-Tag: TRIXBOX_2_6~931 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=62de97c26bc4daebce329af68e6e910474ced6c2 date selektah --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bafdd793f..fe5d5e1cd 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -415,8 +415,12 @@ httemplate/docs/config.html { 'key' => 'date_format', 'section' => 'UI', - 'description' => 'format code for displaying dates with Date::Format::time2str', - 'type' => 'text', + 'description' => 'Format for displaying dates', + 'type' => 'select', + 'select_hash' => [ + '%m/%d/%Y' => 'MM/DD/YYYY', + '%Y/%m/%d' => 'YYYY/MM/DD', + ], }, {