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 use
Code:
<%=request.item("datepicker")%>
the return value is in mm/dd/yyyy format.

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?