Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How to create a Calender in Spring jsp's

  Asked By: Rani    Date: Jan 24    Category: Java    Views: 1572
  

I am woking on Airline domain project.
There i need a Calendar for selecting Departure date and Return date.
For that i need a Calendar which contain a Years,Months and Dates.

How i can do that in Spring Jsp's.

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Jimmie Ramirez     Answered On: Jan 24

there was a good calendar  in tomahawk tagLib
<t:inputCalendar />
try it

 
Answer #2    Answered By: Gilberto Thompson     Answered On: Jan 24

and there is another one in trinidad and one in tobago
but none of those (tomahawk, trinidad) work with persian calendar
do you need a calendar  with persian (jalali) calendar support?

 
Answer #3    Answered By: Abbas Hashmi     Answered On: Jan 24

you can do it in variation wayts and all of them cover
all you needs and have Year,Month and dates. you can
find and download a lot of calendars were coded by js.
for example you can download a very nice cal. on
dynarch.com. In addition, if you use JSF tags in your
pages you can use apache tobago tag <tc:calendar> (tag
class is
org.apache.myfaces.tobago.taglib.component.CalendarTag)
or apache Tomahawk tag <t:inputCalendar>

 
Didn't find what you were looking for? Find more on How to create a Calender in Spring jsp's Or get search suggestion and latest updates.




Tagged: