Month Calendar Determiner Version 1.0
I wrote this program to display the current calendar for the current month and year using java. It is a great experience to learn how java has many built in library to support date and time that is not available to other programming language without using a third party library like C/C++ libraries to add functionality in your program. I hope this code will help somebody interested in java