Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Example of Calendar code

:( Hi, all

I'm getting star with JAVA and I have to create calendarevent like "calendar" within this web (There are 3 main calendars within one page and user can selcet month and year in oreder to review event.) ... but I have no idea to start it :confused: . Would you mind to give me some reference, source or any code?

Thank you very much ;)
[372 byte] By [pearwarin] at [2007-11-11 8:18:14]
# 1 Re: Example of Calendar code
Take a look at the Calendar class in the Java API. Go to

http://java.sun.com/j2se/1.5.0/docs/api/

Look for the Calendar class in the lower left frame of the page which opens, click on it. You will then be presented the "Javadocs" information for the Calendar class.

You will see a reference to GregorianCalendar, which is a subclass of Calendar.
nspils at 2007-11-11 22:35:54 >