阅读量:5
在PHP中,可以使用date_create()函数将字符串转换为日期。
以下是一个示例:
$string = "2021-07-15"; $date = date_create($string); echo date_format($date, "Y-m-d"); // 输出:2021-07-15
在上述示例中,我们首先使用date_create()函数将字符串转换为日期对象,然后使用date_format()函数将日期对象格式化为指定的日期字符串。
在PHP中,可以使用date_create()函数将字符串转换为日期。
以下是一个示例:
$string = "2021-07-15"; $date = date_create($string); echo date_format($date, "Y-m-d"); // 输出:2021-07-15
在上述示例中,我们首先使用date_create()函数将字符串转换为日期对象,然后使用date_format()函数将日期对象格式化为指定的日期字符串。
为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!