I have an input field , type='date'. I want to be able to enter the date in yyyy-mm-dd format and also show placeholder as yyyy-mm-dd. But the date always shows up at mm/dd/yyyy. How can it be fixed?
<input
type="date"
name="input"
required
title="Enter a date in this format YYYY/MM/DD"
/>