Advanced date picker

0
Hi,   I have a start date and end date picker. The requirement is, if select any date in start date the end date should only show the dates for next 30days. It should limit to 30 days post the selected start date. Currently i'm using advanced date picker.    Thanks in advance
asked
1 answers
0

Hi Veenu,

The DatePicker gives us an option to set a maximum date also, 

For this, you can add another attribute Called MaximumEndDate, this attribute can be set on the change of startDate, and use this attribute to  limit the EndDate.

Let me know, if you have any issues,

Hope it helps!

answered