Skip to content

Change date of birth date format in Magento 2.3

I want to change the validation for DOB field on create account page.

Currently the validation is in the format mm/dd/yyyy , I want to change the validation for that field to dd/mm/yyyy.

Can anybody tell me where is the validation code located. how to modify the validation rule for DOB field.