博客
关于我
日期+天数,求日期
阅读量:583 次
发布时间:2019-03-10

本文共 256 字,大约阅读时间需要 1 分钟。

计算贝塔炸弹的爆炸日期:

  • 从2014年11月9日开始,向前计算1000天。
  • 2014年剩余的时间:11月9日到11月30日,共21天。
  • 2015年:365天。
  • 剩下天数:1000 - 21 - 365 = 614天。
  • 2016年:366天(闰年)。
  • 剩下天数:614 - 366 = 248天。
  • 2017年:1月31日,2月28天,3月31天,4月30天,5月31天,6月30天,7月31天,8月31天。累计到8月末为243天。
  • 剩下的5天在9月,故爆炸日期为2017年9月5日。
  • 最终答案:2017-09-05

    转载地址:http://wzbvz.baihongyu.com/

    你可能感兴趣的文章
    python | hypothesis,一个有趣的 Python 库!
    查看>>
    python | Indico,一个超酷的 Python 库!
    查看>>
    python | isort,一个有趣的 自动整理导入语句 的Python 库!
    查看>>
    python | jinja,一个超酷的 Python 库!
    查看>>
    python | joblib,一个强大的 Python 库!
    查看>>
    python调用git bash_Python学习第70课-用Git Bash在命令行打开sublime
    查看>>
    python | jsonschema,一个实用的 验证 JSON 数据结构 Python 库!
    查看>>
    python课程的中期报告范文_课题研究中期总结报告范文
    查看>>
    python | lxml,一个超酷的 关于XML/HTML 文档 Python 库!
    查看>>
    python | mplfinance,一个有趣的金融数据可视化 Python 库!
    查看>>
    python | nipy,一个强大的关于 神经影像数据分析 的Python 库!
    查看>>
    python | NLTK,一个强大的 自然语言处理 Python 库!
    查看>>
    python | nupic,一个强大的 处理时间序列的Python 库!
    查看>>
    python | orange3,一个神奇的 Python 库!
    查看>>
    python | pdfminer,一个神奇的 关于PDF 文件的 Python 库!
    查看>>
    python | pendulum,一个有趣的 日期和时间 Python 库!
    查看>>
    python | pluginbase,一个神奇的 关于插件框架 的Python 库!
    查看>>
    python | ply,一个无敌的 词法和语法分析工具 的Python 库!
    查看>>
    python | py2exe,一个超酷的 Python 库!
    查看>>
    python | pyautogui,一个超酷的 Python 库!
    查看>>