$dateFormatter.applyPattern("MMMMM dd, yyyy") $dateFormatter.applyPattern("dd") $dateFormatter.format($day) $dateFormatter.applyPattern("MMM") $dateFormatter.format($day) · $dateFormatter.applyPattern("EEE") $dateFormatter.format($day) $dateFormatter.applyPattern("yyyy") $dateFormatter.format($day)

#foreach( $entry in $entries )
$entry.title
#showEntryText( $entry ) $dateFormatter.applyPattern("hh:mm aa z")
@ $dateFormatter.format($entry.pubTime) #if($website.allowComments) [ #set( $commentCount = $pageModel.getCommentCount($entry.Id) ) #set( $link = "$ctxPath/comments/$userName?anchor=$entry.anchor" ) Comments [$commentCount] ] #if ($pageHelper.isUserAuthorizedToEdit())   [Edit] #end #end
#end
#showLinkbacks( $day )