
Hi, Is there a way to change the date format to English (DD/MM/YYYY) rather than American (MM/DD/YYYY) ?? Ta. Tom

Hi! Ummm... I've just read something about this while looking for some help related to another problem I have: http://lists.otrs.org/pipermail/dev/2004-October/000705.html Good luck! On 22 Mar 2005 at 12:50, Tom Simpson wrote:
Hi,
Is there a way to change the date format to English (DD/MM/YYYY) rather than American (MM/DD/YYYY) ??
Ta. Tom
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
--- Victor R. Rodriguez Departamento de Sistemas Valoraciones del Mediterraneo, S.A. ---

Hi Tom, You can change the date as follows: In Kernel/Language/en.pm Change '$Self->{DateFormat} = '%M/%D/%Y %T'; to $Self->{DateFormat} = '%D/%M/%Y %T'; Change $Self->{DateInputFormat} = '%M/%D/%Y'; to $Self->{DateInputFormat} = '%D/%M/%Y' Change $Self->{DateInputFormatLong} = '%M/%D/%Y - %T'; to $Self->{DateInputFormatLong} = '%D/%M/%Y - %T' HTH Graeme Tom Simpson wrote:
Hi,
Is there a way to change the date format to English (DD/MM/YYYY) rather than American (MM/DD/YYYY) ??
Ta. Tom
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
-- ============================================================== Graeme Brough graeme.brough@sun.com Internal: x(70) 73428 Worldwide: +44 (0)1506 673428 Sun Remote Support Centre Application Development Linlithgow, UK ============================================================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
participants (3)
-
Graeme Brough
-
Tom Simpson
-
Victor Rodriguez Cortes