This is a simple class that can calculate what will be a date in the future.
It can add a given number of days, months and years to today's date.
The resulting date can be returned as an associative array with entries for the date with a given format, as Unix timestamp, and also separating the year, month and day components.