示例#1
0
 public function getValue()
 {
     $value = parent::getValue();
     return $value instanceof \dateTime === false ? $value : $value->format(self::mysqlDateTimeFormat);
 }