You can refer to parameter values in the report using an expression like this:
=Parameters!Parametername.value
If the parameter is a date datatype, you can use the dateadd function
=dateadd(DateInterval.Day,-21,Parameters!Parametername.value)
Then write this into the format property for the text box
MM/yy