SSRS 2008 R2
I have the following expressions that return the following values:
=Parameters!startdate.Value Returns: 7/28/2014 12:00:00 AM
=Format(Parameters!startdate.Value,"M/d/yy") Returns: M/d/yy
=Format(Globals!ExecutionTime,"M/d/yy") Returns: 8/4/14
Why is my second example returning M/d/yy insead of 7/28/14?
Thank you,
Scott