I'm having great trouble with entering dates onto my web page that will then send the information to my SQL database.

I want to be able to enter in the format of dd/mm/yy
But this keeps returning errors.

So I tried mm/dd/yy and this works fine, but whe redisplay on the web it comes out as mm/dd/yy, which is no good to me.

I really would like to display it as dd/mm/yyyy.

How can I achieve this as its really starting to bug me.