
Hi,
I have to date picker in my app: due date and market live date
what I want to do is that to set the date of market live date before the due date which means user can not pick up any date after due date for market live and pop up a message for the user.
can you help me with that?
Set the market live date default to something in the past. Then set the displayMode of the due date picker to be disabled if the market live date selected date is equal to that default. That way they won't be able to set a due date until after they pick a market live date that is current or in the future.
Then add a label with the error message and set the visible property on that to due date is less than market live date.