如何打印一年中的所有周(或一年中的第一个星期一)
如何打印从星期一开始到星期日结束的所有周..如下所示..使用 Zend_date
1 04-Jan-2010-10-Jan-2010
2 11-Jan-2010-17-Jan-2010
3 18-Jan-2010-24-Jan-2010
How print all the weeks which start with monday and end with sunday.. like below ..using Zend_date
1 04-Jan-2010-10-Jan-2010
2 11-Jan-2010-17-Jan-2010
3 18-Jan-2010-24-Jan-2010
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先找到第一个星期一,然后您可以添加 1 周,直到年份递增。
Start by finding the first monday, then you can just add 1 week until the year increments.
获取一年中的第一个星期一:
Getting first monday of the year: