I am Using input type date in Asp.net. It shows date Format in MM/DD/YYYY format if my computer’s date format is set to United States I Have Added
<globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="en-GB" uiCulture="en-GB" />
in web.config still its not changing Date Format to DD/MM/YYYY
I want date in DD/MM/YYYY Format regardless the computer date format