Date picker with dd/mm/yyyy format?

Actually, I remembered how I set this up. But the jist is that I used the following to test the date or time field for valid input vs no input. Invalid input in a date field causes a blank value, but I wanted to check for no input by user. using the checkValidity() function. Note: for Input_Date field, the use is: Input_Date_contents.checkValidity()

Note. I was wrong in the above post about the input field having to be in the form’s scope. Apparently, as this sample shows, there just has to be a FORM tag somewhere. I still suggest you encapsulate the input fields.

Project1.appstudio.zip (18.7 KB)