asp.net - Date Issue with Localhost on running the website -


i designed website configured in iis. after running website in localhost, in 1 form select date '03/06/2014' i.e; '3rd june 2014'. , entering other details , saving. these details displayed in gridview. in gridview, date displaying '03/06/2014'. these details displayed in gridview in form also. but, here date displaying '06/03/2014'. problem till 12th date. on entering date '13/06/2014' or next dates in first form, cannot save details. month-date issue, not know how resolve this? please me resolve issue.

i found solution. in web.config file, added following code.

<globalization      requestencoding="utf-8"     responseencoding="utf-8"     culture="en-gb"     uiculture="en-gb" /> 

i got http://www.experts-exchange.com/programming/languages/.net/q_25782987.html


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -