use ISO date format
authorkleing
Thu, 06 Jan 2005 03:00:58 +0100
changeset 15427 4b939ba65c31
parent 15426 f41e3e654706
child 15428 3f1a674b7ec7
use ISO date format
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";