Add conditions issue, datetime

As @ShantanuIyengar said, there’s no real validation in a form environment to disable the submit button as you want.

If you need it to be validated at that stage, create a custom form. Disable the submit button with your condition should work, because it’s a visibility condition at that point.