Example #1
0
 /**
  * Formatted Dates
  * Returns either the event's date or both start and end date if the event spans more than
  * one date
  */
 function getFormattedDates()
 {
     return EventHelper::formatted_dates($this->obj('StartDateTime'), $this->obj('EndDateTime'));
 }