From 62de97c26bc4daebce329af68e6e910474ced6c2 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 9 Oct 2006 05:05:15 +0000 Subject: [PATCH] date selektah --- FS/FS/Conf.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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', + ], }, { -- 2.11.0