RE: Dynamically created calendar

2001-02-08 Thread Michael Wentzel
Is it possible to use JSP to dynamically create a calendar? Of course... You can create a new Calendar object then from that get the month and year(and current day) then generate an HTML table using the various methods in Calendar. --- Michael Wentzel Software Developer Software As We Think -

RE: Dynamically created calendar

2001-02-08 Thread Cato, Christopher
Yes, I'd say it is possible. As long as you figure out the logics around creating the calendar, there are classes that handle dates and time. Regards, Christopher Cato -Original Message- From: Jason Teh [mailto:[EMAIL PROTECTED]] Sent: den 8 februari 2001 13:26 To: [EMAIL PROTECTED]

RE: Dynamically created calendar

2001-02-08 Thread Scott Walter
Go to one of the javascript sites, such as javascript.com. They have free code snippets of generating calendars dynamically for any month and year. scott. --- "Cato, Christopher" [EMAIL PROTECTED] wrote: Yes, I'd say it is possible. As long as you figure out the logics around creating the