Heim >Backend-Entwicklung >PHP-Tutorial >已知某一天年月日,求500天后的年月日原始算法?不要用时间戳。

已知某一天年月日,求500天后的年月日原始算法?不要用时间戳。

WBOY
WBOYOriginal
2016-06-06 20:30:011457Durchsuche

求算法,最好是php的
补充一下:不是用unix时间戳,因为那个时间范围是有限制的,要原始算法。
提示:时间类刻度和子刻度的精确推算。
比如,3200年150个月,500天,1000小时,700分钟,600秒后是哪年几月几日几时几分几秒。

回复内容:

求算法,最好是php的
补充一下:不是用unix时间戳,因为那个时间范围是有限制的,要原始算法。
提示:时间类刻度和子刻度的精确推算。
比如,3200年150个月,500天,1000小时,700分钟,600秒后是哪年几月几日几时几分几秒。

<code>echo date('Y-m-d H:i:s' ,strtotime('+500 days'));
</code>
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn