declare @Existingdate datetime Set @Existingdate=GETDATE() Select CONVERT(varchar,@Existingdate,103) as [DD/MM/YYYY]