This is a very simple class that can add a given time offset to the current date.
The time offset is given in days, months and years.
The calculated date is stored in separate class variables for the resulting day, month and yeat. It is also returned as an array with the three date values.