Displaying Calender with date and time in JS

Hi all,
Can some body explain how can i display a calender with date and time?I need to choose both date and time and to display in a textbox.
Thanks,
Rejeev.
[189 byte] By [rejeev] at [2007-11-20 4:39:18]
# 1 Re: Displaying Calender with date and time in JS
There are tons of examples out on the internet. Please search before posting.

Google Search - javascript calendar ( http://www.google.com/search?hl=en&q=javascript+calendar&btnG=Google+Search)
javascript.internet.com - tons of examples ( http://javascript.internet.com)
PeejAvery at 2007-11-8 0:41:36 >
# 2 Re: Displaying Calender with date and time in JS
Take a look at http://www.webrickco.com/comCaldInstall.php, you'll find free resource and coding in JS to make a calendar...
The coding is not perfect, it's just a base. Feel free to comment, and modify it...

it's yours...
davidc2p at 2007-11-8 0:42:36 >
# 3 Re: Displaying Calender with date and time in JS
There are tons of examples out on the internet. Please search before posting.



The goal of this forum is, i think, providing help to people who needs it and drive them to the correct information. If "search the net before posting" would be the answer to each post, then this forum would have no reason to exist.
davidc2p at 2007-11-8 0:43:37 >
# 4 Re: Displaying Calender with date and time in JS
The goal of this forum is, i think, providing help to people who needs it and drive them to the correct information. If "search the net before posting" would be the answer to each post, then this forum would have no reason to exist.
If you would read the Before you post... (http://www.dev-archive.com/forum/announcement.php?f=8&announcementid=6) announcement by the Site Administrator, you would also see that he says to search before posting. These forums exists not to baby people but to help. Since sources also exist in other places, they should be a reference as well.
PeejAvery at 2007-11-8 0:44:44 >