I have a local index that is pointing to a calendar, and grabbing the 4 most recent calendar entries. I have an iterator iterating over each of these items and outputting them via some custom markup. I can easily grab the title of the current item using:
#item.getTitle()#
But I'm unsure of how to grab the publish date that was set on the item. How do I accomplish that?