#include #include #include #include #include #include "calendar_type.hpp" #include "date.hpp" #include "calendar_util.hpp" using namespace std ; using namespace boost::posix_time ; using namespace boost::gregorian ; using namespace xios; int main(void) { // ptime t(time_from_string("2012-02-30 15:24")) ; // std::cout << to_simple_string(t) << std::endl; CGregorianCalendar MyCalendar("2011-03-01 00:00") ; cout<