Extrac part of dates

Hi.

Please help.
I use this getters to get parts of a given date.
->year;
->month;
->day;
I want to get the full month “December” not just “12”, how is possible?

Thanks.

You’ll need to use the format function.