I have problem with startdate too but
where did you find ?
if ( $startDate ) $out .= “startDate: ” . stripcslashes(trim($startDate));
if ( $startDate && $endDate ) $out .= “,”;
if ( $endDate ) $out .= “endDate: ” . stripcslashes(trim($endDate)) . “”;