腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
5
回答
在php中将日期y-M更改为Y-m
取值范围:
11-3
月结果: 2012-03 date(
strtotime
('11-Mar'))
浏览 0
提问于2012-08-13
得票数 1
回答已采纳
1
回答
在sql表中将标识设置为(11 - 2)
我有个问题,
11-3
,11-4。 我正在使用sql-server 2008 R2。请帮帮忙
浏览 0
修改于2015-04-02
得票数 0
回答已采纳
3
回答
如何在c#的DateTime中指定日和月而不指定年
例如:对于日期11/3/2011,我只想存储
11-3
月。我该怎么做?谢谢
浏览 5
提问于2011-03-31
得票数 1
回答已采纳
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
我使用
strtotime
函数在我的数据库中使用创建的日期时间(Y-m-d H:i:s)存储数据。但现在我只需要使用年值来查找这些存储的数据。我如何在php或sql查询中做到这一点?
浏览 0
提问于2015-06-19
得票数 2
1
回答
strtotime
& datediff
所以现在我选择所有查询,其中当前日期是+30days...but问题是因为我想使用该脚本,以便发送短信的生日也,si我需要以某种方式忽略年在current_date()...so我想可能要选择完整的日期,但
strtotime
浏览 23
修改于2018-01-31
得票数 0
回答已采纳
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
回答已采纳
2
回答
Strtotime
函数
这就是我获取所有信息的方式,它工作得很好,但当我想这样做的时候: $time =
strtotime
($hour.':'.$minute.' '.$format.' '.$year.'-'.
浏览 0
修改于2015-07-16
得票数 0
3
回答
函数来确定给定日期和日期的最近日期。
return date('Y-m-d',(
strtotime
( '+2 day' ,
strtotime
( $date) ) )); case 'Wed': return date('Y-m-d',(
strtotime
( '+4 day' ,
strtotime
return date('Y-m-d
浏览 3
提问于2016-04-10
得票数 1
回答已采纳
3
回答
负
strtotime
为什么:返回我还是不明白。
浏览 1
提问于2013-04-10
得票数 0
1
回答
处理一周中每一天的表单值
我只是不知道该怎么处理这个问题 round(abs(
strtotime
($_POST['mon'][1]) -
strtotime
($_POST['mon'(
strtotime
($_POST['tue'][3]) -
strtotime
($_POST['tue'][2])) / 3600, 2), round(abs(
strtotime
($_POST['
浏览 0
修改于2019-01-11
得票数 1
回答已采纳
2
回答
每月html下拉列表
php echo date('m',
strtotime
('-1 month')) ?>"><?php echo date('F',
strtotime
('-1 month')) ?php echo date('m',
strtotime
('-2 month')) ?>"><?php echo date('F',
strtotime</em
浏览 7
修改于2016-10-31
得票数 1
回答已采纳
2
回答
我的PHP行数组给了我表中的副本,我不知道为什么
,
strtotime
('+ 120 days',
strtotime
($daterange))); $m150 = date('m/d/Y',
strtotime
('+ 150 days',
strtotime
(
strtotime
($row['Date']) >
strtotime
($m60) AND
strtotime
($row['Date
浏览 5
修改于2015-04-03
得票数 1
回答已采纳
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
1
回答
我需要此代码来一次将多行移动到新工作表中
例如,我会有11-1,11-2,
11-3
,12-1,12-2,12-3等等,它需要一次移动所有的11。
浏览 0
修改于2019-07-26
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券