gpt4 book ai didi

php - 如何将php时间函数转换为javascript函数?

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

我还不太擅长 javascript,所以我需要一些帮助,以及此 php 脚本的替代版本(在 javascript 中)

function until($format = ""){
$now = strtotime("now");
$nextTuesday = strtotime("-1 hour next tuesday");
$until = $nextTuesday - $now;
if(empty($format)){
return $until;
}else{
return date("$format",$until);
}
}

只需要它以非常短的方式倒计时,直到下周二(不像我见过的所有其他脚本那样超过 20 行)如果可能的话,它仍然应该返回时间戳(离线应用程序需要它)

所以如果有人能帮助我,我会很高兴(不是我现在不高兴,而是我会更高兴):D

最佳答案

您可能想看看 phpjs地点。他们的代码展示了如何在 JS 中完成大量 PHP 函数。

具体:strtotimedate

关于php - 如何将php时间函数转换为javascript函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7000963/

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