messing with date
authormtopper <mtopper>
Thu, 4 Aug 2005 16:34:58 +0000 (16:34 +0000)
committermtopper <mtopper>
Thu, 4 Aug 2005 16:34:58 +0000 (16:34 +0000)
etc/producer/newswireinclude.template

index 6f4170c..394b036 100755 (executable)
@@ -21,7 +21,8 @@
                         <a href="${config["Producer.DocRoot"]}/${language.code}/${n.date.formatted.yyyy}/${n.date.formatted.MM}/${n.id}.html">${n.title}</a>
                      </p>
                      <p class="datestamp">
-                        ${n.date.formatted.MMM} ${n.date.formatted.dd}th,
+                       
+                        ${n.date.formatted["MMM ddth, HH:mm"]}
                         <if (n.commentcount != 0) ><span class="comments">${n.commentcount} Comments</span></if>
                      </p>
                   </li>