I have been set a task to display a calendar for any given month and year.
I made a start by using a text book but I cant seem to get what i need from it.
So far I have used GregorianCalendar and I can display a calendar. I first thought it was todays date but it isn't it seems to be a random month and year.
Although I am having alot of problems the biggest problem is that I need to be able to input a given month and year, and then display that.
I have read that I can use scanner or get (I think?)
I need alot of help and explaining for this as I am absolutly new to java. Any help or advice would be appreciated. Thanks.
