I have an app in which I need two DatePickers, one for the start of work week date, the other for the end of work week date.
Is it possible to write a formula that allows only the dates associated with each Sunday in a given year to appear as choices in DatePicker1, and the dates for only Saturday (or the Sunday plus seven days), in that same year in DatePicker2?
If yes, can DatePicker2 formula autopopulate the appropriate Saturday date based on the Sunday selected in DatePicker1?