The date edit control is an edit box with a date picker attached. You can enter dates into the control or select from a popup calendar by clicking on the calendar icon. You can then access that value from script. The properties for this control are largely about styling, which works essentially the same for all controls.
Property names for script access (intermediate):
you can access the properties of this control as described in the script section. Here are the properties for this control:
currentDate: the currently entered date. Note that this in Javascript time format, namely milliseconds since 1970 and is for midnight on that date.
mainStyle: the style used. Please see the section on scripted changing of styles for more information.
|