f
This commit is contained in:
parent
0c303b4fc4
commit
4a0a34b995
|
|
@ -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"))
|
||||
|
||||
));
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user