I have an html page which has a date picker control. The format as displayed by the client is dd/mm/yyyy.
This date is then submitted to an asp page on the server. When i usethe return value is in mm/dd/yyyy format.Code:<%=request.item("datepicker")%>
I have checked the regional settings on the server, and the date is set to dd/mm/yyyy format.
So where is the change taking place?![]()




Reply With Quote