Tagged: Converting VARCHAR Type Date

Converting VARCHAR Type Date to dd.mm.yyyy in SQL Server

Converting VARCHAR Type Date to dd.mm.yyyy in SQL Server

Hello everyone. In this article, I will try to give information about converting VARCHAR type date as dd.mm.yyyy in SQL Server. In SQL Server, in some cases, you may want to convert the VARCHAR type date to dd.mm.yyyy. You can easily do this using the code below. DECLARE @tarih VARCHAR(30)...

Don`t copy text!