mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-17 06:51:23 +01:00
Fix: fonction idate non valide
This commit is contained in:
@@ -485,7 +485,8 @@ class DoliDb
|
|||||||
*/
|
*/
|
||||||
function idate($param)
|
function idate($param)
|
||||||
{
|
{
|
||||||
return "dbo.from_unixtime(".$param.")";
|
//return "dbo.from_unixtime(".$param.")";
|
||||||
|
return strftime("%d/%m/%Y %H:%M:%S",$param);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user