# HG changeset patch # User kleing # Date 1104976858 -3600 # Node ID 4b939ba65c31e5bb6b5cc4d8384676a1b0d127bb # Parent f41e3e6547060f00325480e5024b2dae4ff3cb5a use ISO date format diff -r f41e3e654706 -r 4b939ba65c31 Admin/page/common/functions.pl --- a/Admin/page/common/functions.pl Tue Jan 04 04:06:29 2005 +0100 +++ b/Admin/page/common/functions.pl Thu Jan 06 03:00:58 2005 +0100 @@ -43,7 +43,7 @@ my $year = $t[5]+1900; my $month = twodig($t[4]+1); my $day = twodig($t[3]); - return "$month/$day/$year"; + return "$year-$month-$day"; # my $hour = twodig($t[2]); # my $min = twodig($t[1]); # return "$month/$day/$year $hour:$min UTC";