Symfony 2 使用原则 2 检索日期字段



我有一个名为'PatientIdentification_tbl'的表。我正在尝试检索一些列并以 json 格式输出。

但在输出中,"日期时间"或

"日期"列类型的值不会输出输入的日期或日期时间,而是显示这一点,

"dateofbirth":{"lastErrors":{"warning_count":0,"warnings":[],"error_count":0,"errors":[]},"timezone":{"name":"Europe/Berlin","location":{"country_code":"DE","latitude":52.5,"longitude":13.36666,"comments":"most locations"}},"offset":3600,"timestamp":-91760400}

有人可以帮我在这里找到问题,以便正确检索日期吗?

你想要的可能是:

$dateofbirth->format('Y-m-d H:i:s')

相关内容

  • 没有找到相关文章

最新更新