This commit is contained in:
KONE SOREL 2026-01-17 12:05:24 +00:00
parent 0c303b4fc4
commit 4a0a34b995

View File

@ -26,7 +26,10 @@
'5: ' => $this->nettoyer($police['dateEffet']),
'6: ' => dateEng("2025-01-11"),
'7: ' => dateFr("2025-01-11"),
'8: ' => strtotime("2025-01-11")
'8: ' => strtotime("2025-01-11"),
'9: ' => date("d/m/Y", strtotime("2025-01-11")),
'10: ' => date("m/d/Y", strtotime("2025-01-11"))
));
?>