diff --git a/Framework/Functions.php b/Framework/Functions.php index 5462183..4c8df70 100755 --- a/Framework/Functions.php +++ b/Framework/Functions.php @@ -161,7 +161,7 @@ function dateFr($d) function dateEng($d) { if ($d<="0000-00-00") return ""; - return date("m/j/Y", strtotime($d)); + return date("m/d/Y", strtotime($d)); } function dateLang($d, $lang=null)