$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")
$text.get("macro.weblog.postedby") $entry.creator.userName @ $dateFormatter.format($entry.pubTime) #if($website.allowComments) [ #set( $commentCount = $pageModel.getCommentCount($entry.Id) ) #set( $link = "$ctxPath$entry.permaLink" ) Comments [$commentCount] ] #if ($pageHelper.isUserAuthorizedToAuthor())   [Edit] #end #end
#end