|
Using this applet you can make date selection. You can execute any JavaScript function after selection, just put its name in <applet> parameters tag.
Click to see applet in action.
Visit our page to get this applet for free.
Questions or comments? Don't hesitate to , you are always welcome.
We would like to develop Java applets and applications for you,
just your requirements.
Class JCalendar
- public class JCalendar
- extends Applet
- implements MouseListener, MouseMotionListener
-
()
-
-
()
-
-
(String)
-
JCalendar
public JCalendar()
- Constructs a new Calendar applet and initializes it with the current date.
setDate
public void setDate(String date)
- Selects the new date in applet.
- Parameters:
- date - the date to select, in format "yyyy-MM-dd"
getDate
public String getDate()
- Returns:
- The date that is selected in applet, in format "yyyy-MM-dd".

|