hunt
hunt

Reputation: 321

How to display month in crystal report

I need to convert month number to month name.

The result that i get now is

Month  
1,2,3

The output i need is

Month
Jan, Feb, March

I try if else but not working

Upvotes: 1

Views: 2740

Answers (1)

KuKeC
KuKeC

Reputation: 4610

Make new formula field formula_month

enter image description here

enter image description here

And write this formula in it

MonthName({your_field_name})

Hope it helps

Upvotes: 1

Related Questions