My form contains a text box for entering a date. In the presentation, the data is used to add a row to the table. The view is strongly typed in the table.
The problem is that the database server is configured for the US date format. But users need to use the UK date format in the text box. When users enter the date format in uk format, it is thrown.
The database server configuration cannot be changed. So, what can be done so that users can enter the date in uk format?
source
share