I’m using following tag to get date input
input type=“date”
On Android device, I want to change the display date formate (after selection) to DD/MM/YYYY. Currently it’s in MM/DD/YYYY format.
Is there any way to change date format?
I’m using following tag to get date input
input type=“date”
On Android device, I want to change the display date formate (after selection) to DD/MM/YYYY. Currently it’s in MM/DD/YYYY format.
Is there any way to change date format?
I am having the same requirement and have yet to find an answer.