Input for date, works fine on Chrome, Firefox but when it comes to safari, the date does not work with dd-MM-yyyy
Does anyone have an working way to correct this to work?
Safari does not have support for the date input type. https://caniuse.com/#search=date
You might be able to use JQuery’s Date Picker: http://api.jqueryui.com/datepicker/
1 Like