mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Retournement de la date
This commit is contained in:
parent
67b330b65d
commit
9e2acded1c
|
|
@ -185,6 +185,8 @@ foreach ($files as $xfile)
|
|||
$index = $line;
|
||||
$ligne = "0".$tabline[11];
|
||||
$date = substr($tabline[12],0,10);
|
||||
$date = substr($date, 8,2)."/".substr($date, 5,2)."/".substr($date, 0,4);
|
||||
|
||||
$heure = substr($tabline[12],11,8);
|
||||
if ($tabline[8] == "3")
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user