Block specific day+times combination (datepicker,timepicker) in a form

Good morning,
I am learning velo code, and as exercise to practice, I was wondering if the following is possible:

is it possible to block in a wixform specific combinations of datepicker values and timepicker values ?

for example:
When selecting Mondays or Fridays in the datepicker in a form, only enable to select in the time picker hours after 12pm.

thanks in advance,
Regards,
Santi

What’s possible or not, reagarding the date-picker you will find here…

Thanks for your reply, I have tried that, but that is useful to disable specific days, not for disabling an specific hour in that day…for example…allow Mondays at 12:00am but disable the selection in the timepicker of 13:00 and other hours.

I was thinking on …
for example. not allowing selection of Monday at 15:00.
something like:

if datepicker value = 1 → set timepicker value 15:00 as invalid (not selectable)

Any idea of how to do this?
If a selection is made in the datepicker, block some options on the timepicker…
is it possible?