summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-10-09 05:05:15 +0000
committerivan <ivan>2006-10-09 05:05:15 +0000
commit62de97c26bc4daebce329af68e6e910474ced6c2 (patch)
tree89bda448ebcaf09c817c4b3da436771aa77d6ac6
parent64de1cc0535da3e6c31866c9ed046b43d1da01d3 (diff)
date selektah
-rw-r--r--FS/FS/Conf.pm8
1 files 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',
+ ],
},
{