Hi,

In SQL Server is there a way to change the way to enter a date? The field is a datetime. I have to put dd/mm/yyyy otherwise it failed...but I prefer to have yyyy/mm/dd. What do I have to do if I want users to enter yyyy/mm/dd?

Thanks