strtotime

strtotime

文章 5 浏览 351

优化 php 中的 date() 和 strtotime() 函数调用

我该如何优化这个: $enddatetime = date("YmdHis", strtotime(date("YmdHis", strtotime($session_date.' '.$session_time)) . " + ".$session_durat…

不离久伴 2024-10-24 18:18:11 1 0

PHP strtotime问题

我正在将许多日期插入数据库。大多数都正常写入,这样我就可以使用strtotime来获取像'1299XXXXXX'这样的时间。 但是,有些日期是这样写的:日/月/年时…

扮仙女 2024-10-21 18:47:09 2 0

PHP strtotime() 本周星期一的不同结果

我在获取本周星期一的日期时遇到问题。 echo date('Y-m-d',strtotime('monday this week')) 当我在本地计算机(PHP 5.3)上运行上述代码时,它正确输…

千里故人稀 2024-10-20 19:33:17 4 0

strtotime() & date() 将日期转换为与之前相同的格式时的奇怪行为

我必须将日期格式转换为 mm-dd-yyyy 我不知道当前的日期格式是什么,它是动态的,所以如果我有动态日期格式已经是 mm-dd -yyyy 然后 date() 函数返回…

怀里藏娇 2024-10-19 00:14:49 0 0

php strtotime() 函数返回空白/0

我有这样的字符串格式的日期时间数据: Sat Mar 24 23:59:59 GMT 2012 我想将其转换为 UTC 时间戳,但是当我按如下方式尝试时: function texttotime(…

墨离汐 2024-10-17 08:15:38 1 0

字符串与 strtotime() 一起使用是否有效?

PHP 有 strtotime(),它假定给定的输入是表示有效时间的字符串。在使用 strtotime() 之前,如何验证要提供给它的字符串是否采用其有效格式之一?…

无声情话 2024-10-17 02:38:10 2 0

PHP strtotime 中的多个值不能一起工作

我试图让多个值一起工作,但它们不会,所以我可能会遗漏一些东西或需要解决方法。 例如, &lt?php echo date('Y-m-d', strtotime('+2 month first sat…

勿忘初心 2024-10-15 05:28:05 3 0

strtotime 将整数转换为时间戳

对于我正在开发的程序,我正在循环数据,并且我需要知道某个数据是否是日期。 为简单起见,我创建了一个名为 is_date 的函数,它看起来像这样: funct…

剪不断理还乱 2024-10-14 06:11:19 3 0

使用序数值时 php strtotime 函数出现问题

在 strtotime 中使用序数值时,有时会得到意想不到的结果。例如,为什么 date("M j", strtotime("second Tuesday February 2011")) 结果是“Feb 15”…

段念尘 2024-10-14 05:58:39 2 0

斯特托时间和日期验证(01/20/2011 vs 01/2011)

01/20/2011 = January 20, 2011 01/2011 = January 2011 只应允许这两种格式! i.e. 01/01/01/2011 = ERROR! PHP: $date = '01/20/2011' //$date = '…

人间不值得 2024-10-12 20:44:17 3 0

如何使用 PHP date() 返回 7 天前的上周日?

这是我到目前为止所得到的: $date = date('Y-m-d h:i:s', strtotime('-7 days')) $start = date('Y-m-d h:i:s', strtotime($date,'previous Sunday')…

も让我眼熟你 2024-10-12 15:56:49 4 0

使用日期和日期时间到时间

我一直在使用以下代码,没有任何问题,直到它最终登陆 Windows 服务器并决定产生错误: $date = date('F d, Y', $data-&gte_date) date($time_format,…

星星的轨迹 2024-10-11 16:52:46 5 0

如何对时间戳进行 strtotime,或者如何最好地处理 SQL 日期?

在我的 PHP 应用程序中,当我使用 PHP 的 date() 命令格式化日期时,我从 MySQL 数据库获取日期。我想整理一下并将其完全移至视图,而不是检索。但我…

半世晨晓 2024-10-11 15:12:38 5 0

PHP strtotime 不带闰年

关于这个线程,我开发了部分解决方案: function strtosecs($time,$now=null){ static $LEAPDIFF=86400 $time=strtotime($time,$now) return $time-(r…

穿越时光隧道 2024-10-09 01:07:05 4 0

php strtotime 转换错误的日期

我想知道为什么将日期转换为以秒为单位的时间,然后再转换回来,结果是错误的??? $br= "&ltbr&gt" $unixtime= 1277267278 echo 'unix time: ' . $u…

百善笑为先 2024-10-08 21:12:42 3 0
更多

推荐作者

留蓝

文章 0 评论 0

18790681156

文章 0 评论 0

zach7772

文章 0 评论 0

Wini

文章 0 评论 0

ayeshaaroy

文章 0 评论 0

初雪

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文