php: +1天, +3个月, strtotime():  +1 day, +3 month

比如,我现在当前时间基础上+1天:

strtotime("+1 day");

比如我现在,2014-05-01时间上 + 3个月

$s = strtotime("2014-05-01");

$d = strtotime("+3 month", $s);

最新文章

  1. 使用Amoeba for mysql实现mysql读写分离
  2. 安装运行mariadb时错误:gtid_slave_pos
  3. JS之mouseover和mouseenter
  4. LeetCode Perfect Squares
  5. java static 关键字
  6. hdu 4627 The Unsolvable Problem
  7. 渲染统计窗口(Rendering Statistics Window)
  8. XMPP and Asterisk integration
  9. quartz spring
  10. Android多媒体开发-- OpenMax IL简介
  11. S3C6410嵌入式应用平台构建(一)
  12. Linux连接xshell找不到IP信息
  13. 过滤器Filter(17/4/8)
  14. 剑指Offer面试题39(Java版):二叉树的深度
  15. 青否云 - 小程序待办事项 jquery开源系统
  16. 1.0 添加WEB API项目并按注释生成文档(多项目结构)
  17. react-navigation android 导航标题居中
  18. Java内存管理-掌握虚拟机类加载器(五)
  19. git 搭建本地仓库
  20. Mac OS X /home 目录权限修改

热门文章

  1. java多线程编码注意事项
  2. OpenCv for Android 环境搭建
  3. RecyclerView 踩坑
  4. /bin/sh^M:bad interpreter: No such file or directory
  5. unity绝对路径与相对路径转化
  6. onkeydown
  7. 仿百度壁纸client(五)——实现搜索动画GestureDetector手势识别,动态更新搜索keyword
  8. a byte of vim -- 学习摘要
  9. 【BZOJ3689】异或之 堆+可持久化Trie树
  10. Netty 高并发 (长文)