How about simple date-maths like learned in old school ?
Set the week, then set the weekday...
$date->setWeek(40)->setWeekday('Monday');
for example.
Greetings
Thomas Weidner, I18N Team Leader, Zend Framework
http://www.thomasweidner.com
----- Original Message -----
From: "Matthias Buesing" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, September 29, 2008 3:57 PM
Subject: [fw-general] Zend_Date
Hello,
i have a question about Zend_Date.
Is it possible to calculate the first day (Monday) of a specific Week
in a Year?
For example: I want to find out the date of the Monday from
Calendarweek 40 in 2008. (It has to be 29.09.08)
Greets
Matthias Buesing