date selektah
authorivan <ivan>
Mon, 9 Oct 2006 05:05:15 +0000 (05:05 +0000)
committerivan <ivan>
Mon, 9 Oct 2006 05:05:15 +0000 (05:05 +0000)
FS/FS/Conf.pm

index bafdd79..fe5d5e1 100644 (file)
@@ -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',
+                     ],
   },
 
   {