gpt4 book ai didi

php - 如何将 datetime-local 输入转换为 unix 时间戳?

转载 作者:行者123 更新时间:2023-12-02 02:27:20 25 4
gpt4 key购买 nike

我正在使用类型为datetime-local的输入。我需要将其转换为 unix 时间戳。

以下是提交的原始值格式为 2018-06-12T19:30 的示例。

我需要将上述格式的日期转换为当前unix时间戳格式1608954764

最佳答案

strtotime() 将返回给定时间的 Unix 纪元。

<?php
strtotime("2018-06-12T19:30");
?>

关于php - 如何将 datetime-local 输入转换为 unix 时间戳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65453500/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com