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.
Sorry I have to get back onto this thread but I see no validation method that will prevent the user from inserting an incorrect date. Say for instance I don't want to accept any dates prior to 1st November, 2015 - it just doesn't throw up an error message even though I set minimum date to this parameter.