4
我有一個問題,將日期時間屬性設置爲當前日期,如果我強制它到當前時間戳我得到一個「調用成員函數格式()在字符串」 ERROR如何使用symfony 3在php中設置日期屬性爲當前日期
**here are my getter and setter with some modifications**
public function getDateajout()
{
date_default_timezone_set('Africa/Tunis');
$dateajout=date_default_timezone_get();
return $this->dateajout;
}
public function setDateajout($dateajout)
{
$this->dateajout =$dateajout;
}
這樣設置'日期時間格式(「YMD H:我:■ ')'。它可以幫助 –