Hi Steven, Just set the selectedDate to null:
startDate.selectedDate = null; endDate.selectedDate = null; -TH --- In [email protected], "stephen50232" <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a form which has two DateField components (one for start date > and one end date) I also have text field. When this form is saved I > would like to clear the form fields, I can easily doing this for the > text field, but how do you reset the DateField's back to blank or clear? > > Stephen >

