Hello,
I want to set a textbox with the next formula
For CALCDATE = '04/11/2011' The result is:
Date of 04/11/2011 00:00:00
The desired result is
Date of 04/11/2011
Format string is set to {0:d} but it does not work properly.
Instead I tried with
And it does not work either (it throws an error).
How can I set the format to this date?
Thank you very much.
Sergio.
I want to set a textbox with the next formula
[= "Date of " + Parameters.CALCDATE.Value]
For CALCDATE = '04/11/2011' The result is:
Date of 04/11/2011 00:00:00
The desired result is
Date of 04/11/2011
Format string is set to {0:d} but it does not work properly.
Instead I tried with
[="Date of" + Format({0:d}, Parameters.CALCDATE.Value)]
And it does not work either (it throws an error).
How can I set the format to this date?
Thank you very much.
Sergio.