SuiteCRM display only month name in date field

Hi,

I need to display month name in Date field instead of d-m-y.

Hi,
you could save the name of the month in a secondary field (using workflows + date-functions or logic hooks + php-datetime functions).
-> This is a workaround, because the 2nd field stores basically the same information.

Instead, you could probably modify the View and the representation of this particular field, but this approach has some downsides too (->filtering/reporting not possible).