开发者

php: how to get timestamp of 2 weeks later day

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜