开发者

php: how to get timestamp of 2 weeks later day

开发者 https://www.devze.com 2023-03-31 02:23 出处:网络
I\'m using strtotime(\"next week\") to ge开发者_JAVA百科t the next week\'s timestamp. now i need to get the timestamp of \'next week\' of \'next week\', i.e. 2 weeks later.

I'm using strtotime("next week") to ge开发者_JAVA百科t the next week's timestamp. now i need to get the timestamp of 'next week' of 'next week', i.e. 2 weeks later.

can anybody plz help...

-venkat nehatha


Try this:

'Next 2 Week: '.strtotime('+2 week');


I found strtotime("+2 week")

0

精彩评论

暂无评论...
验证码 换一张
取 消