vote up 3 vote down star

I need to calculate the date of the first day in a calendar week, e.g.

Week 1 in 2009 -> Mon, 29.12.2008 (!)
Week 44 in 2009 -> Mon, 26.10.2009

I have some ugly code for this, but I would prefer a nice C++ lib.

Any suggestions?

Thanks.

flag

1 Answer

vote up 2 vote down check

what about boost::gregorian::date with its algorithms ?

link|flag
Looks much better. Thanks! – ~punischdude Oct 26 at 9:29
I'm thinking that the Boost's Date Time is the best solution! – Davit Siradeghyan Oct 26 at 17:58
For those, who are interested: paste.pocoo.org/show/148032 – ~punischdude Oct 31 at 19:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.