Published <%= displayDate %>
<%= pageContext.pageEntry %>
% /* Variables for this page include: - page, which is a VPData object that represents the given page. - pageContext, which is a dictionary which contains the page context. pageContext has the following keys: - pageArchivePath, the relative path for this page - pageEntry, the rendered HTML for this page */ /* Format the date using a medium style, which typically includes abbreviations (e.g., "Mar 6, 2018"). */ var formatter = [[[NSDateFormatter alloc] init] autorelease]; [formatter setDateStyle:NSDateFormatterMediumStyle]; var displayDate = [formatter stringFromDate:pubDateForItem(page)]; %>