I'm trying to code a clock in java and for april it says 3 instead of 4 why is that?
here is my code
Calendar c = Calendar.getInstance();
c.get(Calendar.MONTH)
I'm trying to code a clock in java and for april it says 3 instead of 4 why is that?
here is my code
Calendar c = Calendar.getInstance();
c.get(Calendar.MONTH)