I need to insert in an email the year of birth of the users. When I insert the birthday subtag I get this:

{subtag:birthdate}
1993-22-10

I need only the Year, without the month and day. How I can get only the year?

Thanks
Claudia

Hi,

Yoiu can format the birthday like this: {subtag:birthdate|type:date|format:%d /%m %Y}. In your case you should remove the %d and %m.

12 days later