mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: formatage des dates
This commit is contained in:
parent
7654928825
commit
da337a38ae
|
|
@ -479,7 +479,7 @@ class DoliDb
|
|||
*/
|
||||
function idate($param)
|
||||
{
|
||||
return strftime("%Y%m%d%H%M%S",$param);
|
||||
return "dbo.from_unixtime(".$param.")";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user