In SQL Server, a column with Date data type stores the date as: yyyy-MM-dd. When selecting data from a column with Date data type using VB.NET it return that date as: MM/dd/yyyy.
How to tell SQL server to return the date as storder: yyyy-MM-dd. without converting the date to char in the select statement?