Category: ASPX
Invalid Date Format
When I output a date in ASPX page it is in American format mm/dd/yyyy. I want it in UK format dd/mm/yyyy
This is simple Add the following to your web.config file:
ASPX
Category: ASPX
Invalid Date Format
When I output a date in ASPX page it is in American format mm/dd/yyyy. I want it in UK format dd/mm/yyyy
This is simple Add the following to your web.config file:
ASPX