This commit is contained in:
KANE LAZENI 2026-01-17 12:12:14 +00:00
parent 00b3d6cd7a
commit 3c386eda4d

View File

@ -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)