Index: trunk/globals.php =================================================================== diff -u -r500 -r503 --- trunk/globals.php (.../globals.php) (revision 500) +++ trunk/globals.php (.../globals.php) (revision 503) @@ -1001,7 +1001,10 @@ } else $fmt = "m-d-Y"; - return $fmt; + + if(isset($GLOBALS['FrontEnd'])&&$GLOBALS['FrontEnd']) + return $fmt; + return preg_replace('/y+/i','Y',$fmt); } function GetTimeFormat($LangId=0)