select convert(varchar,getdate(),103)This will output the current date in 'dd/MM/yyyy' format. For more samples, follow the link below.http://www.sql-server-helper.com/tips/date-formats.aspx
↧