Repeater Date Format

Hi All,

I had the same issue as Matt, managed to change the date format in my repeater. For anyone that needs help you have to set $w(“#repeater1”).onItemReady and itemData._createdDate.getDate().toString(); functions to achieve this.

Here is an example with sample code for those who need help.

Cheers, Ben