I'm using the default Angular 8 datepicker, and currently it is taking the format from the browser's language (English (US) is MM/DD/YYYY), and I'd like to force it to DD/MM/YYY.
How can I do this?
Here's my input with datepicker:
<input type="date" class="form-control" max="2070-12-31" name="arrivalDate" id="arrivalDate" required>