Hello,
I am using SSRS 2008 R2 to generate reports.
I used the following expression to display date and time:
=Format(Globals!ExecutionTime,"MMM dd, yyyy, hh:mm:ss tt")
However, I got this:
Jul 11, 2012, 11:08:56A7
What's wrong with it? Why can't I get AM but A7?
Thank you in advance.