mmishra
Junior Member
Posts: 2
Registered: 3/15/2003
Member Is Offline
|
| posted on 3/15/2003 at 07:38 PM |
|
|
Not able to select any other date than the current date
Hi,
I am trying to implementa simple use-case of the calendar pop up with time. My usage is following:
<input type="text" name="x.Installdate" value=""/>
<a href="javascript:show_calendar_time('testForm[\'x.Installdate\']', testForm['x.Installdate'].value,
'MM/DD/YYYY','HH:mm:ss');" onclick='event.cancelBubble=true;'>
Please note that my form field names are dot separated, so I have to use square brace notation to access form field. Surprisingly it does not let me
choose any other date apart from current date and time.
IF I give the format String as 'MM/DD/YYYY' I dont have any problem, But our application needs to have time stamp along with date. Please
suggest a solution.
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/17/2003 at 08:38 AM |
|
|
Are you sure you're using Tigra Calendar product? The code you've provided is irrelevant to our product.
|
|
|
mmishra
Junior Member
Posts: 2
Registered: 3/15/2003
Member Is Offline
|
| posted on 3/17/2003 at 09:19 AM |
|
|
Thanks, I again downloaded Tigra Calendar and it works teh way I want it to. Thanks a lot..
|
|
|