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
|
How print all the weeks which start with monday and end with sunday.. like below ..using Zend_date
| |||||
feedback
|
|
Start by finding the first monday, then you can just add 1 week until the year increments.
| |||||
feedback
|
|
Getting first monday of the year:
| ||||
|
feedback
|