Dynamically set allowed days for a date field

Dynamically set allowed days for a date field

Greetings!

Is there a way to dynamically set allowed days for a date field?


My application includes a scheduling tool that I need to control what days of the week can be selected based on availability in a provided zip code.

For example:

Dispatch Calendar: 
  1. zipcode 11111 availability list contains 2,3,5
  2. zipcode 22222 availability list contains 3,6
When a user enters a zip code of 11111; the date field property would be set "Monday", "Tuesday" and "Thursday" as the allowed days.

When a user enters 22222, the date field property allowed days would be "Tuesday" and "Friday".

Field property screen below for reference.