Skip to main content
kavyam0002
November 17, 2021
Question

Past date validation

  • November 17, 2021
  • 5 replies
  • 0 views

How can I achieve validation in dateField....

 in the date field i shouldn't able to pick past date only future date i can select.. 

how can i achieve this with validation 

can anyone help with this  

    5 replies

    stefanhelzle0001
    Brainy
    November 17, 2021
    mikes0011
    Brainy
    November 17, 2021

    Tangential but is anyone else a tiny bit annoyed that they don't wrap the validation in an array by default?  I've found it's useful to use this as a starting point in almost all cases as a general practice, since it makes it a lot easier and intuitive to go ahead and add additional validations if/when needed.

    The Expression Guru
    stefanhelzle0001
    Brainy
    November 17, 2021

    Hm ... I have seen too many cases where people put things in curly brackets and ended up with nested lists and errors.