viju
Newbie
Posts: 1
Registered: 7/11/2003
Member Is Offline
|
| posted on 7/11/2003 at 09:09 AM |
|
|
Time text input is not seen
Hi
I am not able to see the time feild in the calendar screen.Can anyone suggest whats going wrong.I have set var BUL_TIMECOMPONENT = true in the
calentdar1.js.
Pls treat this as an urgent requirement.
thanks in advance.
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 7/14/2003 at 08:25 AM |
|
|
If you want to be able to see the time feild in the calendar screen you should set time_comp = true.
For instance:
var cal3 = new calendar1(document.forms['tstest'].elements['input3']);
cal3.year_scroll = true;
cal3.time_comp = true;
|
|
|