In SQL Server, you can use the T-SQL FORMAT()
function to display a date in the desired format. This function accepts an optional “culture” argument, which you can use to specify US date format.
You may or may not need to use this argument, depending on the language of your local session. However, here’s how to explicitly specify US date format.