| Add a date clearing button beside calendar ¶ | |
| Add the following to your form: <input type=button value="Clear Date" onClick="document.forms.fieldname.value=''"></div> Several things should be pointed out for those less familiar to javascript: Now you should be able to make your input field read-only, while still giving the user to clear the date out entirely by passing an empty value via the about onclick command. It's a stop-gap approach, at least until the dev team adds it directly to the calendar. ;-) | |
| Badly written last two sentences ¶ | |
| The last two sentences should read: Now you should be able to make your input field read-only (if so desired to enforce formatting), while still giving the user the ability to clear the date field entirely by passing an empty value via the button's onclick command. It's a stop-gap approach, at least until the dev team adds a similar button directly to the calendar. ;-) | |
| last |














