select convert(varchar(10),dateadd(Day,cast($[opor.U_days] as int),$[opor.DocDate]),105)
Changing the format from 103 to 105 should give u the result u want.
select convert(varchar(10),dateadd(Day,cast($[opor.U_days] as int),$[opor.DocDate]),105)
Changing the format from 103 to 105 should give u the result u want.