Day of given week

Hi,

I need to get the tuesday for any given week of the year.
For example, for the week 23 of the year, I have to get the day-month
for tha tuesday of that week.

Thanks

Christian

Everything you need to build that method can be found in the Time class
of ruby:
http://www.ruby-doc.org/core/classes/Time.html

cfingerh wrote:


Sincerely,

William P.