Click to See Complete Forum and Search --> : Date & Time component using JavaScript


prabhukm
07-17-2003, 07:22 AM
Hi All,

I want to develop a Date and time component to my ui using JavaScript only. The UI may look like the attached image. When i choose a month or do the increment (>) / decrement (<) the month, the changes should takes place from the script itself. The request should not be sent to the server. Please someone help me to do this.

Thanks in advance.

Bye,
Prabhu:confused:

requestcode
07-17-2003, 10:25 AM
How about the example at this link:
http://www.javascriptkit.com/script/script2/anymonthcal.shtml

prabhukm
07-17-2003, 12:03 PM
Hi,
Thanks. Actually I want the UI to be like the user should click the date and it should be a non editable one. After choosing the date he should choose the time such as HH:MM AM/PM in a select box. Finally when he submit it, the value should set in a text field.

Bye,
Prabhu