Hi, so I have to create and implement a class for creating calendar objects. Some of the behaviours that the class has to do is:

- Print a display for a given month and year
- Print a display for the current month
- Get the current date
- Set the current date
- Roll the calendar date forward or backward by a given number of days or months
- A toString() method.

I also have to provide a selection of constructors with default values for the variables.

Now.. I have absolutely, no f*****g clue of what to do. I don't even know where to start. Please, please, please, could somebody give me a nudge in the right direction of where to start?

Thanks in advance.