Hi all,
Quick question,
Is there a way to store a GregorianCalendar object in a hard-coded array?
Such as you do an int or String ?
Or do I have to send 3 ints for dd/mm/yyyy
and then create a new GregorianCalendar object in the Constructor?
If this is the case, how would I format the output ?
If i directly send the new object to Console it spits out a LOT of stuff
like the following;
java.util.GregorianCalendar[time=?,areFieldsSet=false,areAllFieldsSet=false,lenient=true,zone=sun.util.calendar.ZoneInfo[id="Australia/Sydney"
etc etc
Many thanks in advance!