28 Aug
2008
28 Aug
'08
8 a.m.
2008/8/28 Jean-Pierre Bergamin
Dear Boost-Users
Is there a year_based_generator for easter dates somewhere lying around, waiting to be used by others?
Thanks
James
Date generators from Boost Date Time Library can do that. http://www.boost.org/doc/libs/1_36_0/doc/html/date_time/gregorian.html#date_... Here is the example: http://svn.boost.org/svn/boost/trunk/libs/date_time/example/gregorian/print_... Roman Perepelitsa.