Index: trunk/kernel/include/category.php =================================================================== diff -u -r3828 -r3983 --- trunk/kernel/include/category.php (.../category.php) (revision 3828) +++ trunk/kernel/include/category.php (.../category.php) (revision 3983) @@ -1430,7 +1430,7 @@ break; case "cat_date": - return LangDate($this->Get("CreatedOn")); + return LangDate($this->Get("CreatedOn"), 0, true); break; case "cat_num_cats": return $this->Get("CachedDescendantCatsQty");