Index: branches/5.1.x/core/kernel/utility/formatters/date_formatter.php =================================================================== diff -u -N -r14130 -r14134 --- branches/5.1.x/core/kernel/utility/formatters/date_formatter.php (.../date_formatter.php) (revision 14130) +++ branches/5.1.x/core/kernel/utility/formatters/date_formatter.php (.../date_formatter.php) (revision 14134) @@ -1,6 +1,6 @@ language->GetDBField($regs[1]); } + if ($options['format'] == '_input_') { + // use input format instead of output format + $options['format'] = $options['input_format']; + } + if (!$options['use_timezone']) { return adodb_gmdate($options['format'], $value); } Index: branches/5.1.x/core/admin_templates/incs/form_blocks.tpl =================================================================== diff -u -N -r13918 -r14134 --- branches/5.1.x/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 13918) +++ branches/5.1.x/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 14134) @@ -311,7 +311,7 @@ -   +   -   +   () @@ -352,7 +352,7 @@ - + " style="cursor: pointer; margin-right: 5px" title="Date selector" @@ -375,7 +375,7 @@ } }); -   () +   ()