Date Format In A Repeater

My guess is that the dataset wasn’t ready before trying to access the date field.

I would start by putting the $w(‘#dataset1’).currentItem().event_date assignment in a $w(‘#dataset1’).onReady() call and not access the record until the dataset has finished loading.

If the date was displaying correctly in preview and not on the live site then the data collection probably wasn’t synchronised to live or there was a permissions problem.