I have a date field in my form definition setup as:

<fd:field id="dscdate">
 <fd:datatype base="date">
   <fd:convertor type="formatting">
     <fd:patterns>
       <fd:pattern>MM-dd-yyyy</fd:pattern>
       <fd:pattern>MM/dd/yyyy</fd:pattern>
     </fd:patterns>
   </fd:datatype>
</fd:field>

When a user enters a date such as 10-20-2005 a failure is the result, with the form generating a validation message. When entering the date as 10/20/2005 the submission is successful. Is it possible to accept both these formats? If so how should this be setup?

Thanks,
Dan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]