Date-class

View project on GitHub

date-class

This is a Date data type in C++ to deal with calendar dates ranging between 01/Jan/1950 and 31/Dec/2049. The dates support the operations for a Date type as defined in the following class definition (in Date.h). Further dates are formatted for i/o using the DateFormat class.