How can I convert the @Beginning_Date (Report Parameter) to a MonthName
I tried the following:
that wont work because "@Beginning_Date" is not a number.
As you can see the date format I am trying to display is
Month, Year
Oct, 2006
How can this be achieved?
I tried the following:
Code:
[COLOR=blue]
"Document Name: " & chr(34) & "Test" & chr(34) & " Document Note: " & chr(34) &
MonthName({@Beginning_Date},True) & ", " & Year({?@Beginning_Date}) & chr(34)
[/color]
that wont work because "@Beginning_Date" is not a number.
As you can see the date format I am trying to display is
Month, Year
Oct, 2006
How can this be achieved?