rahulroy08
Programmer
Hi,
In my report I want to display the Month and year for a date entered by the user.
Say if the date entered is [1/1/2007]
My report should display
As of [bold] January 2007 [/bold]
And for that I'm using the following formula
But it displays as
As of [bold] January 2,007.00 [/bold]
How do I correct this..
Can any one suggest a better formula for this.
Thanks,
Uday.
In my report I want to display the Month and year for a date entered by the user.
Say if the date entered is [1/1/2007]
My report should display
As of [bold] January 2007 [/bold]
And for that I'm using the following formula
Code:
MonthName(Month({?Start_Date})) + " " + totext(tonumber (Year({?Start_Date})))
But it displays as
As of [bold] January 2,007.00 [/bold]
How do I correct this..
Can any one suggest a better formula for this.
Thanks,
Uday.