Gossamer Forum
Home : Products : Links 2.0 : Customization :

Getting RFC-822 date format in Links

Quote Reply
Getting RFC-822 date format in Links
 
I'm out-putting a RSS feed for the lastest links in my databse, except that I'm not creating a valid due to Links' date format...

3-Sep-2004 02:51:12

this needs to be an RFC-822 date e.g....

Fri, 03, Sep 2004 02:51:12 -0
%ddd%, %dd% %mmm% %yyyy% %HH%:%MM%:%ss% %o%

Does anyone know how to transform the date accordingly?

Thanks in advance...
Quote Reply
Re: [Moby] Getting RFC-822 date format in Links In reply to
I dont have the answer, but may I suggest using the <![CDATA[ %DATE% ]]> tag while you wait for the answer! Try the example below:

<item>
<title><%Title%></title>
<link><%URL%></link>
<description><![CDATA[ <%Description%> (Added: <%Date%> Hits: <%Hits%>) ]]> </description>
</item>