
Announcements
Hi ,
I have inserted a Datepicker and I want to provide validation based on the my condition. My condition is if the selected date is less than todays date and yesterdays date it should notify a message.
I wrote a command
If(Datapicker1.SelectedDate < Today(),Notify("Selected Date should not less than past date"),"")
This command is Right but need to modify according to my condition I don't know how to write yesterdays date .
Can anyone please help me for my situation !!!!!!!!!!!!!!!!!!!!