<?php
$class_hidden_enddate = 'hidden';
if ($tour_type != 'daily_tour' && (strtotime($end) - strtotime($start)) > 0) {
$class_hidden_enddate = '';
}
?>