N°7268 - Method SetComputedDate fails on Date only attribute

This commit is contained in:
vdumas
2024-02-21 08:46:25 +01:00
parent 8a67ceff57
commit b6caa51552

View File

@@ -4730,7 +4730,7 @@ abstract class DBObject implements iDisplay
}
}
$oDate->modify($sModifier);
$this->Set($sAttCode, $oDate->format('Y-m-d H:i:s'));
$this->Set($sAttCode, $oDate->getTimestamp());
}
/**