| Parameter |
sample value |
Description |
| valid |
true |
Returns true if the value is valid. Will only return false if a date hasn't been selected and the date is required. |
| errorMessage |
Please select a valid date |
Returns the string you entered in the component inspector for the error message. |
| calendarDate |
04/25/2007 |
Returns the date selected in the format: mm/dd/yyyy. calendarDate is a "get method" and will only return a value, not set one. |
| calendarMonth |
04 |
Returns the month selected. calendarMonth is a "get method" and will only return a value, not set one. |
| calendarDay |
25 |
Returns the day selected. calendarDay is a "get method" and will only return a value, not set one. |
| calendarYear |
2007 |
Returns the year selected. calendarYear is a "get method" and will only return a value, not set one. |
| reset() |
|
Resets the component to it's default state. |
| showCalendar(Boolean) |
true or false |
Shows or hides the calendar. |
| |
|
|