Merge branch 'main' of git.ebene.ovh:ebene/radiantrh

This commit is contained in:
KONE SOREL 2026-01-17 12:05:48 +00:00
commit 0199a1a37c

View File

@ -161,7 +161,7 @@ function dateFr($d)
function dateEng($d) function dateEng($d)
{ {
if ($d<="0000-00-00") return ""; 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) function dateLang($d, $lang=null)