I have a date field pulling from parameters, showing the date as:
May 5 - May 6, 2011
I want to remove the month from the second field, if it matches the month of the first field. I have tried something along the lines of if (month {enddate})<>(month{startdate}) then '', but I get errors asking for the result to be in number form.
Any ideas on how I can make it look like this:
May 5-6, 2011, using a formula? I don't want to remove the month if the event is something like March 31 - April 2, 2011, you know?
May 5 - May 6, 2011
I want to remove the month from the second field, if it matches the month of the first field. I have tried something along the lines of if (month {enddate})<>(month{startdate}) then '', but I get errors asking for the result to be in number form.
Any ideas on how I can make it look like this:
May 5-6, 2011, using a formula? I don't want to remove the month if the event is something like March 31 - April 2, 2011, you know?