diff --git a/Framework/Functions.php b/Framework/Functions.php index 28a10f9..7f4ab03 100644 --- a/Framework/Functions.php +++ b/Framework/Functions.php @@ -33,7 +33,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)