Nisanth, Look in Zend_Date. Check out getWeek(), and setWeek().
This should do it for ya. Remember that a week is defined differently based on your locale. Shaun J. Farrell Washington, DC (202) 713-5241 www.farleyhills.com On Thu, Jan 21, 2010 at 6:37 AM, nisanth <[email protected]> wrote: > > Hi all, How print all the weeks which start with monday and end with > sunday.. > like below ..using Zend_Date and Zend::Week > > Week No > 1 04-Jan-2010-10-Jan-2010 > 2 11-Jan-2010-17-Jan-2010 > 3 18-Jan-2010-24-Jan-2010 > -- > View this message in context: > http://n4.nabble.com/Display-all-weeks-in-particular-year-tp1049666p1049666.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
