Skip to main content

I'm still back in the old workflow version - is there a way to do validation with a DatePicker item in a form? I thought maybe I could use regex but it doesn't seem to process the form value as a string.

Comments

2 comments

  • Nico Burgerhart

    I don't think any validation is possible with a validator in a form.

    As a workaround you can validate afterwards and redisplay the form.

    What do want to validate on the date?

    0
  • Keith Burdette

    I was hoping to validate that the year is either in the 1900s or 2000s. We had a user who left the date blank in a form which seemed to pass "01/01/01" onto the next datasets. ESRI interpreted that as January 1st, 2001 which wasn't a problem but a second system got 01/01/0001 and that was deemed invalid.

    0

Please sign in to leave a comment.