Skip to main content
Participating Frequently
September 16, 2022
Question

Date field start and end date

  • September 16, 2022
  • 1 reply
  • 1219 views

Hi There,

 

Is there are possibility I can setup  start date and end date to cordinate each other -- meaning, the end date should not be earlier than the start date.

 

Thank you.

This topic has been closed for replies.

1 reply

try67
Adobe Expert
September 16, 2022

Yes, you can use a custom Validation script to reject the end date if it comes before the start date.

To help with this script we'll need to know the field names and what date format pattern they use.

However, keep in mind this won't stop the user from changing the start date to a later date once the end date was selected, so you might want to clear the latter when the former is changed.

Participating Frequently
September 16, 2022

Hi Thank you.

 

For Field name it reads "TodayDate" and for date formate pattern "mm/dd/yyyy" so its 09/16/2022.

 

Thanks

try67
Adobe Expert
September 16, 2022

Is that the name of the end date field, or the start date?