腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
docker php警告:
strtotime
() [function.
strtotime
]
在docker中,我收到错误消息 Warning:
strtotime
() [function.
strtotime
]: It is not safe to rely on the system's timezone
浏览 15
修改于2019-09-17
得票数 0
回答已采纳
2
回答
strtotime
转换
我试过了我被难住了。 谢谢!
浏览 0
提问于2012-06-07
得票数 0
回答已采纳
1
回答
strtotime
-> NSDate
有没有办法用NSDate转换-like字符串(例如:给定日期的'-3天‘)?
浏览 1
提问于2010-06-22
得票数 0
1
回答
strtotime
& datediff
所以现在我选择所有查询,其中当前日期是+30days...but问题是因为我想使用该脚本,以便发送短信的生日也,si我需要以某种方式忽略年在current_date()...so我想可能要选择完整的日期,但
strtotime
浏览 23
修改于2018-01-31
得票数 0
回答已采纳
1
回答
关于
strtotime
我使用
strtotime
函数在我的数据库中使用创建的日期时间(Y-m-d H:i:s)存储数据。但现在我只需要使用年值来查找这些存储的数据。我如何在php或sql查询中做到这一点?
浏览 0
提问于2015-06-19
得票数 2
2
回答
Strtotime
范围
begin_valability']) { WebApp_Mobile_Messages :: error (0, "Minimum accepted start date_valability" . date("Y-m-d",
strtotime
浏览 1
修改于2017-12-14
得票数 1
1
回答
strtotime
问题
=date('h:m A',
strtotime
('09:30:00'))?> 我收到类似上午09:12的输出实际结果将是上午9:30为什么会得到这样的结果呢?
浏览 2
提问于2012-12-25
得票数 0
回答已采纳
1
回答
strtotime
问题
strtotime
($listsFrom) : 0; $selectedTo = $listsTo ?
strtotime
($listsTo) : $selectedFrom; ADocument::addDomreadyEvent('Calendars.checkOut
浏览 1
修改于2011-09-23
得票数 0
回答已采纳
2
回答
strtotime
夏季
我有一个奇怪的问题:for ($i=$start;$i<=$end;$i=$i+86400){ if ($i<=$checkdateend){ if (!in_array($i,$solvedays)){ } }具有给定的日期(也包括时间戳) where $wo
浏览 2
修改于2012-10-13
得票数 3
2
回答
strtotime
()错误
$dateTime="2011-10-12 00:00:00"; echo $newDateTime =date("Y-m-d H:i:s",
strtotime
($dateTime.' -1 hours
浏览 1
修改于2012-08-01
得票数 0
2
回答
Strtotime
函数
这就是我获取所有信息的方式,它工作得很好,但当我想这样做的时候: $time =
strtotime
($hour.':'.$minute.' '.$format.' '.$year.'-'.
浏览 0
修改于2015-07-16
得票数 0
3
回答
负
strtotime
为什么:返回我还是不明白。
浏览 1
提问于2013-04-10
得票数 0
1
回答
为什么
strtotime
(‘')和
strtotime
('.')还时间戳?
在PHP中处理了一些
strtotime
()之后,我注意到当您传入空格和点时,它会给出一个有效的时间戳。var_dump(
strtotime
(" "));var_dump(
strtotime
(". .. .. .. .... .. . .. ."));
浏览 0
提问于2015-09-23
得票数 7
回答已采纳
1
回答
设置默认
Strtotime
为了帮助这一点,我想把
strtotime
改成2016年9月31日。有什么想法吗?
浏览 2
提问于2016-10-23
得票数 0
1
回答
“
strtotime
(‘明日’)- time()”或“
strtotime
(‘明日’)-
strtotime
('now')”直到午夜才能给出正确的时间。
我试着做一个简单的倒计时,但这是错误的时间: $time_seconds_view =
strtotime
('tomorrow') - time(); echo date("H" . " \h\o\u\
浏览 5
提问于2014-03-13
得票数 2
回答已采纳
2
回答
strtotime
返回false
我有如下所示的日期字符串:
strtotime
("2012 28 Nov 21:00 CET")返回false。
浏览 0
提问于2012-11-29
得票数 10
回答已采纳
1
回答
PHP
strtotime
行为
以下代码行在两个不同的服务器A和B上返回两个不同的输出:echo date("M Y",
strtotime
("2015调试时,我发现服务器B上的
strtotime
函数总是返回每月当前日期(今天是第29天)的时间戳,这解释了为什么"2015-02“显示为”2015年3月“(因为没有2015年2月29日)。从本质上说,在服务器A上,有效的代码是 echo date("M
浏览 1
提问于2015-05-29
得票数 3
回答已采纳
1
回答
PHP
strtotime
错误
它真的像30-APR-12那样连线date("M",
strtotime
("-2 months"));给我相同的结果,比如
浏览 3
提问于2012-04-30
得票数 2
回答已采纳
1
回答
strtotime
php mysql
我不明白为什么这个
strtotime
函数不起作用。我的数据库将日期存储为"Y-m-d“。gad = mysql_fetch_array($getad)) {$asd = $gad['annual_sub_date']; $aedate_time =
strtotime
浏览 1
修改于2010-11-21
得票数 1
4
回答
strtotime
不工作
我是PHP新手,正在尝试将注册表( 01/01/2011)中的日期转换为Y-m-d,以便将其存储在数据库中。$dateformat = $_POST['dob'];我已经检查了$_POST['dob']正在打印的内容并且它是正确的,但是$correctformat每次都打印1970-01-01。谢谢
浏览 0
修改于2011-11-03
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券