Just adding that didn't work anywhere.&nbsp; <br>
<br>
I'm still open to any other suggestions....<br>
<br>
<br>
<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>Message: 1<br>
Date: Wed, 14 Dec 2005 03:04:35 -0500<br>
From: erik hopp &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:drupal@mediamutiny.org">drupal@mediamutiny.org</a>&gt;<br>
Subject: Re: [themes] style date differently<br>
To: A list for theme developers &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:themes@drupal.org">themes@drupal.org</a>&gt;<br>
Message-ID: &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:439FD213.8030107@mediamutiny.org">439FD213.8030107@mediamutiny.org</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
  <br>
try something like this:<br>
  <br>
put this at the top of the node.tpl.php or wherever you need it...<br>
  <br>
&lt;?php format_date($node-&gt;created, 'custom', 'D M d Y') ?&gt;<br>
  <br>
hope it helps... i actually have almost no idea what i'm talking about<br>
and its 3am!!!!!<br>
  <br>
erik.<br>
  <br>
  <br>
  <br>
  <br>
david hodgkins wrote:<br>
&gt; (I've spent a couple hours trying this on my own, but to no avail.)<br>
&gt;<br>
&gt; On my theme Connections, I need to have the date styled differently. &nbsp;It<br>
&gt; should be:<br>
&gt; day date month year,<br>
&gt; &nbsp;Wed Dec 14 2005 or<br>
&gt; D M d(or j) Y<br>
&gt;<br>
&gt; I have no idea what to change, or how to change it. &nbsp;(I have a funny<br>
&gt; feeling that template.php plays a roll in this.)<br>
&gt;<br>
&gt; While I would have loved to come up with an answer on my own, I don't<br>
&gt; think I can. &nbsp;The documentation in the handbook is poor.<br>
&gt;<br>
&gt; The function in the api is at<br>
&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://drupaldocs.org/api/4.6/function/format_date" target="_blank">http://drupaldocs.org/api/4.6/function/format_date</a><br>
&gt;<br>
&gt; I'd appreciate it if someone could help me with this.<br>
&gt;<br>
&gt; ~silverwing<br><br><br>
</blockquote></div><br>