A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
calender
Rinky Deshmukh
Greenhorn
Joined: Jun 09, 2004
Posts: 16
posted
Jun 17, 2004 07:10:00
0
how to create a calender in jsp
Stephen Huey
Ranch Hand
Joined: Jul 15, 2003
Posts: 618
posted
Jun 17, 2004 10:16:00
0
JSPs make use of Java, so here are the Javadocs for a couple of particularly useful classes called Calendar (abstract) and
GregorianCalendar
:
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Calendar.html
http://java.sun.com/j2se/1.4.2/docs/api/java/util/GregorianCalendar.html
Those are quite informative, but samples of their use can be found with Google in a heartbeat:
http://www.jguru.com/forums/view.jsp?EID=1157973
http://www.rgagnon.com/javadetails/java-0105.html
This explains a ton about the use of Calendar, especially if you need to understand more about international date and time info:
http://oss.software.ibm.com/icu/docs/papers/international_calendars_in_java.html
I agree. Here's the link:
jrebel
subject: calender
Similar Threads
Any Opensource JSP Calender Tag available?
strange error while compiling
How to generate calender
How to obtain week of year for any given date
Date comparision problem
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter