Summary: A Java Month class that you can use in Java calendar applications.
I was just cleaning up some old bits, and ran across a Java Month class that I've used on several calendar-related projects. If you happen to be working on a Java calendar application, and need a class to represent the months in a year, this source code may be helpful, so I thought I'd share it here.
Java Month class source code
Without any further ado then, here is the source code for this Java Month class: