| Author |
Adding a Calendar Control
|
Steve Dyke
Ranch Hand
Joined: Nov 16, 2004
Posts: 1254
|
|
|
What is the best way to add a Calendar to my JSP
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
|
|
What functionality is the Calendar expected to have? Is there an example somewhere you are trying to emulate? Can you make a static (not generated by JSP) HTML page with a Calendar as a prototype? Bill
|
Java Resources at www.wbrogden.com
|
 |
Steve Dyke
Ranch Hand
Joined: Nov 16, 2004
Posts: 1254
|
|
|
In an input form I have several date fields. I thought it would be easier on the user to have a calendar popup to choose a date from rather thn typing it in.
|
 |
ujjwal soni
Ranch Hand
Joined: Mar 28, 2007
Posts: 390
|
|
Hi, You can use javascript to embed a calender on your pages. Regards, Ujjwal Soni
|
Cheers!!!
Ujjwal B Soni <baroda, gujarat, india> <+919909981973>
"Helping hands are better than praying lips......"
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
As ujjwal soni has mentioned, this is something that is better done in Javascript. Moving to our HTML/Javascript forum.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Take a look at DynamicDrive.com or JavaScriptKit.com and find one that meets your needs. Eric
|
 |
Daesung Park
Ranch Hand
Joined: Mar 22, 2007
Posts: 68
|
|
There are many libraries. I prefer YUI. http://developer.yahoo.com/yui/calendar/
|
Daesung Park
BLOG
|
 |
D Rog
Ranch Hand
Joined: Feb 07, 2004
Posts: 471
|
|
|
Considering that Yahoo will be Microsoft soon, you can just borrow an implementation from hotmail calendar. I really like its L&F.
|
Get power of your iPod with MediaChest | Minimal J2EE container is here | Light weight full J2EE stack | My blog | Co-author of "Windows programming in Turbo Pascal"
|
 |
 |
|
|
subject: Adding a Calendar Control
|
|
|