I have been put on fixing a VB.net app and now I am trying to set the date format to something that makes sense like dd-MM-yyyy or yyyy-MM-dd, anything that doesn't have the dates in a weird american order really.
So I have this row in my aspx file:
<asp:TextBox ID="txtDateFrom" type="date" runat="server"></asp:TextBox>
I tried setting globalization:
<globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="en-AU" uiCulture="en-AU" />
in Web.config but it didn't make a difference, is there anyway I can force it to use a special date format in the TextBoxes? Right now it displays differently in chrome and firefox.
Chrome:
Firefox: