How do I make a dateTime field be required? Currently users can submit form without putting a date in there. I can see that I can use JS to assist in validation (to correct bad dates) but there is no way to force users to enter dates using the drop down pickers.
Would love to use text input and use type of dateTime but not many browsers support that HTML5 standard right now.
Currently using Squiz Matrix 4.18.4. We plan to upgrade to latest Squiz very soon.