<% _.each(days_name, function(name) { %>
<%
//console.log(curDate >= today);
d1 = start.getMonthFormatted() + '/' + start.getDateFormatted() + '/' + start.getFullYear() ;
curDate1 = new Date(new Date(d1).setHours(0,0,0,0));
%>
<%= name %>
<%= start.getDate() %> <%= cal.locale['ms' + start.getMonth()] %>
<%
// console.log(curDate1 +'>='+ today);
%>
<% if(curDate1 >= today){ %>
<% } %>
<% start.setDate(start.getDate() + 1); %>
<% }) %>