lwoods
Junior Member
Posts: 7
Registered: 1/23/2006
Member Is Offline
|
| posted on 9/23/2007 at 08:09 PM |
|
|
Can't store date from one calendar to another
According to your documentation I should be able to retrieve a date from one calendar (using a 'func' function) and store it into another calendar
by using the form:
document.forms[..target]...value=document.form[..source]...value.
This sets the target value but doesn't change the date in the displayed target calendar. How do I get the displayed date to change?
TIA
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/28/2007 at 09:26 PM |
|
|
Look for the text file in modal mode calendar sample. It explains properties and methods for accessing values of the calendar.
And yes, you can read/set values right via the text input box created/linked-to calendar. The methods are the same as for static HTML inputs.
|
|
|