Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / Java / JavaSE

Java Calender

1.68/5 (12 votes)
7 Jul 2006CPOL 1   1.8K  
A Java application to generate the calender for a given year

Introduction

This is the first article that I have uploaded to The Code Project. This application will display the months of the year from the year specified by the user. It first generates the calendar for the first of January and has the option buttons to move to the next or previous months. It first creates an object from the Calendar class for the first day of the given month and year and displays the days in the labels.

Just unzip the files to a new directory and run the mycalander.bat file to run the application. This will be very helpful. Try it.....

History

  • 7th July, 2006: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)