Index: branches/unlabeled/unlabeled-1.33.2/kernel/include/portaluser.php =================================================================== diff -u -r3910 -r3962 --- branches/unlabeled/unlabeled-1.33.2/kernel/include/portaluser.php (.../portaluser.php) (revision 3910) +++ branches/unlabeled/unlabeled-1.33.2/kernel/include/portaluser.php (.../portaluser.php) (revision 3962) @@ -701,13 +701,13 @@ return $this->Get("Email"); break; case "user_date": - return LangDate($this->Get("CreatedOn")); + return LangDate($this->Get('CreatedOn'), 0, true); break; case "user_time": - return LangTime($this->Get("CreatedOn")); + return LangTime($this->Get('CreatedOn'), 0, true); break; case "user_dob": - return LangDate($this->Get("dob")); + return LangDate($this->Get('dob'), 0, true); break; case "user_password":