在下周三20:16使用strtotime

时间:2018-03-01 04:43:24

标签: php strtotime

我的时间是24小时格式

我正在尝试将strtotime用作

$final_date = strtotime("next Wednesday 20:16")

但是当我回应

echo date("D, d M, Y H:s A", $final_date)

我得到了

Wed, 07 Mar, 2018 20:00

分钟没有计算,但小时工作正常。我做错了什么?

2 个答案:

答案 0 :(得分:1)

试试这个:

echo date("D, d M, Y H:i A", $final_date);

答案 1 :(得分:0)

$query = $pdo->prepare('SELECT * FROM table WHERE row = :row'); $query->execute(array(':row' => NOT NULL)); 为秒,s为分钟

i