<% if(settings.descriptionPlacement === 'top'){ %>
<% } %>
<% for (var j=0; j < tokenizedDateFormat.length; j++ ) { %> <% if ( DateFormatUtils.isYearsToken(tokenizedDateFormat[j]) ) { %> <% }; %> <% if ( DateFormatUtils.isMonthsToken(tokenizedDateFormat[j]) ) { %> <% }; %> <% if ( DateFormatUtils.isDaysToken(tokenizedDateFormat[j]) ) { %> <% }; %> <% if ( j < tokenizedDateFormat.length -1 ) { %> / <% }; %> <% }; %>
<% if(settings.descriptionPlacement === 'bottom'){ %>
<% } %>