如何从下面的对象获取日期Google\Cloud\Core\Timestamp Object( [value:Google\Cloud\Core\Timestamp:private] => DateTimeImmutable Object ( [date] => 2020-02-11 05:17:40.679449 [timezone_type] => 2 [timezone] => Z ) [nanoSeconds:Google\Cloud\Core\Timestamp:private] => 679449000)
1 回答
哔哔one
TA贡献1854条经验 获得超8个赞
在对象 中,fucntion 返回 php 类的一个实例,因此您可以执行如下操作:Google\Cloud\Core\Timestamp
get
DateTime
echo $timestampObject->get()->format('d-m-Y');
资料来源:https://github.com/googleapis/google-cloud-php-core/blob/master/tests/Unit/TimestampTest.php
- 1 回答
- 0 关注
- 112 浏览
添加回答
举报
0/150
提交
取消