I have an web application where I use an <input type="date" id="dtNga" name="dtFrom" class="form-control" required>
. On my mobile it appears as dd/MM/yyyy, but on my testers mobile it appears as MM/dd/yyyy. It looks like it appears depending on mobile system local settings.
It is a way to show on all devices a standart date specified by my, not by their local settings? I want to be as dd/MM/yyyy on all devices.