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
Post a Comment