Minimum and Maximum Date

Hi guys, wanna ask

can someone explain to me how does the [Data Type] “Date” work ?

in the Values Format, there are fields function like :

  • Minimum Date
    -.- Fixed Date
    -.- Actual Date
    -.- Wizard tools (there are 3 option when u click again…what is this mean ?)

  • Maximum Date
    -.- Fixed Date
    -.- Actual Date
    -.- Wizard tools (there are 3 option when u click again…what is this mean ?)

  • Years Limit

How does all that function work ?

Thanks

You can set a constraint here. If the date is out of the given range it will generate an errormessage.

Can you explain with example ? I still don’t get how the constraint work, especially in the “actual date”, wizard tool, and the “year limit”

Thanks

This feature is for validation. Let?s se some examples:

Minimum Date

  1. When you put a Fixed Date, the form application only accepts date equal or greater than the fixed date
  2. When you put a actual Date, the form application only accepts date equal or greater than the actual date. The actual date corresponds to current date.
  3. The Wizard tools are for increment or decrement the current date or actual date

Maximum Date

  1. When you put a Fixed Date, the form application only accepts date equal or less than the fixed date
  2. When you put a actual Date, the form application only accepts date equal or less than the actual date. The actual date corresponds to current date.
  3. The Wizard tools are for increment or decrement the current date or actual date, Example the maximum date has to be the current date plus a month.

Okey, now i get it. Thanks paulo

You are welcome.