|
Create Calendar with Java
So I have an assignment for school in which I need to get the month (assume February always has 28 days) and day of the week the first day of the month starts on. I can't use the calendar class in java. I know how to get the variables from the user but I'm not sure how to display the calendar.
|