Convert Timestampz to date or format it doesn't work

Hello @jonathan92 and welcome to the community!

First of all, take a look at this:

After reading the topic above, then:

Date toDate: (Second one) has an extra ")", you should remove it so:

{{sc_list_reviews.data.query_reviews.data[0].review_date.toDate()}}

On Date toDate.FormatDate: (Third one) try:

{{sc_list_reviews.data.query_reviews.data[0].review_date.formatDate('dd/MM/yyyy')}}
1 Like