mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Qual: Utilisation de dolibarr_print_date chaque fois que c'est possible au lieu de strftime
This commit is contained in:
@@ -63,7 +63,7 @@ class Commande {
|
||||
|
||||
$this->payment_method = stripslashes($array["payment_method"]);
|
||||
|
||||
$this->date = strftime("%d/%m/%Y %H:%M",$array["date_purchased"]);
|
||||
$this->date = dolibarr_print_date($array["date_purchased"],'dayhour');
|
||||
|
||||
$this->delivery_adr->name = stripslashes($array["delivery_name"]);
|
||||
$this->delivery_adr->street = stripslashes($array["delivery_street_address"]);
|
||||
|
||||
Reference in New Issue
Block a user