Index: branches/unlabeled/unlabeled-1.95.2/kernel/parser.php =================================================================== diff -u -r3886 -r3962 --- branches/unlabeled/unlabeled-1.95.2/kernel/parser.php (.../parser.php) (revision 3886) +++ branches/unlabeled/unlabeled-1.95.2/kernel/parser.php (.../parser.php) (revision 3962) @@ -793,7 +793,7 @@ $FormValues[$FormName]["zip"] = $u->Get("Zip"); $FormValues[$FormName]["country"] = $u->Get("Country"); -// $FormValues[$FormName]["dob"] = LangDate($u->Get("dob")); +// $FormValues[$FormName]["dob"] = LangDate($u->Get("dob"), 0, true); $FormValues[$FormName]["dob_day"] = adodb_date("d", $u->Get("dob")); $FormValues[$FormName]["dob_year"] = adodb_date("Y", $u->Get("dob")); $FormValues[$FormName]["dob_month"] = adodb_date("m", $u->Get("dob")); @@ -1396,7 +1396,7 @@ { $l = $objLanguages->GetItemByField("PackName",$lang); } - $fmt = GetDateFormat($LangId); + $fmt = GetDateFormat($LangId, true); $fmt = GetStdFormat($fmt); return $fmt;