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

index 151a816..becb4d4 100755 (executable)
@@ -21,7 +21,7 @@
                         <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.creationdate.formatted["MMM dd HH:mma"]}
+                        ${n.creationdate.formatted["MMM dd hh:mm a"]}
                         <if (n.commentcount != 0) ><span class="comments">${n.commentcount} Comments</span></if>
                      </p>
                   </li>
@@ -34,7 +34,7 @@
 
 
                      <p class="datestamp">
-                        ${n.creationdate.formatted["MMM dd HH:mma"]}
+                        ${n.creationdate.formatted["MMM dd hh:mm a"]}
                         <if (n.commentcount != 0) ><span class="comments">${n.commentcount} Comments</span></if>
                      </p>
                   </li>