Users are required to enter their date of birth in the format dd/mm/yyyy. Which two options ensure that a user provides a date in the correct format? (Choose two.)
Users are required to enter their date of birth in the format dd/mm/yyyy. Which two options ensure that a user provides a date in the correct format? (Choose two.)
To ensure that a user provides a date in the correct format, you can use a Calendar control, which allows users to select the date directly, thereby ensuring the correct format. Additionally, you can use an Edit Validate rule to enforce an input pattern, checking if the date entered matches the dd/mm/yyyy format.
AB. edit validate rules are more useful to enforce an input pattern