Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

vEndDate in the past

Hi all,

I have a calendar based on vStartDate and vEndDate variables. How can I limit the possible values of vEndDate so that the minimum possible date of vEndDate I can select is equal to or greater than vStartDate?

Kind regards,

Ivelin

4 Replies
MK_QSL
MVP
MVP

Create another variable

vMinEndDate

=vStartDate + 1

Now in  EndDate calendar object

Min Value should be

=vStartDate or =vStartDate+1 according to your need

Not applicable
Author

I already tried setting Min Value of vEndDate as =vStartDate but it doesn't work

Not applicable
Author

Any ideas?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     In your vEndDate calander, put '=vStartDate' for minimum value instead of '=min({1} Date)'

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!