Click here to Skip to main content
15,885,896 members
Articles / Programming Languages / Java / Java SE
Article

Java Calender

Rate me:
Please Sign up or sign in to vote.
1.68/5 (12 votes)
7 Jul 2006CPOL 46K   1.8K   23   1
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)


Written By
Web Developer
Sri Lanka Sri Lanka
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralMy vote of 1 Pin
Sandeep Mewara5-Jun-10 21:15
mveSandeep Mewara5-Jun-10 21:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.