Subscription renew date is not working properly

Hi, I added Membership on a theme. I tested but subscription information is not showing properly.
I used {{current_period_end}}
https://ghost.org/docs/members/member-price-data/#subscription-attributes

It is showing like this:

I want to like this:

How can I do this?

Thanks

You should be able to do this with the date helper :slight_smile:

I also read that but I can’t understand how I will write this.

Will it be like this? {{current_period_end format="DD MMM YYYY"}} ?
I already tried like this but showing fatal error.

or anything else?

Try {{date current_period_end format="..."}}

3 Likes

Thank you so much