Hello,
I would like to restrict the date a user can choose in the date picker to a Sunday. Is there a way to do this?
If not, I am finding that there is a way to display an error message if the user doesn't pick a Sunday in the date picker with this code--
If(Weekday(DatePicker1.SelectedDate)=1, "Valid date", "Not a valid date")
My second question is where do I put this code? Items property? Update property?
Thank You,
Jamie
@RandyHayes