<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002548" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002548</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/last-updated-ddmmyyyy-how-do-i-make-automatic-posted-micol#comment-1011293</link>
    <description> &lt;p&gt;...or use ssi:&lt;br /&gt;
&amp;lt;!--#config timefmt=&amp;quot;%B %dth, %Y&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;!--#flastmod file=&amp;quot;index.html&amp;quot; --&amp;gt;&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;[red]The Next Step in Website Development [/red] - &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;The Webmaster Promotion and Resource Center&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Oct 1999 20:31:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1011293 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/last-updated-ddmmyyyy-how-do-i-make-automatic-posted-micol#comment-1011292</link>
    <description> &lt;p&gt;Here is some code that I used a long time ago. You may need to play around with it a little.&lt;/p&gt;
&lt;p&gt;function dateAddon(day) {&lt;br /&gt;
  if (day == 1 &amp;brvbar;&amp;brvbar; day == 21 &amp;brvbar;&amp;brvbar; day == 31) {&lt;br /&gt;
   return &#039;st&#039;;&lt;br /&gt;
   }&lt;br /&gt;
  else if (day == 2 &amp;brvbar;&amp;brvbar; day == 22) {&lt;br /&gt;
   return &#039;nd&#039;;&lt;br /&gt;
   }&lt;br /&gt;
  else {&lt;br /&gt;
   return &#039;th&#039;;&lt;br /&gt;
   }&lt;br /&gt;
  }&lt;/p&gt;
&lt;p&gt;var documentDetails = new Date(document.lastModified);&lt;br /&gt;
var dayList = new Array(&#039;Sunday&#039;,&#039;Monday&#039;,&#039;Tuesday&#039;,&lt;br /&gt;
  &#039;Wednesday&#039;,&#039;Thursday&#039;,&#039;Friday&#039;,&#039;Saturday&#039;);&lt;br /&gt;
var monthList = new Array(&#039;January&#039;,&#039;February&#039;,&#039;March&#039;,&lt;br /&gt;
  &#039;April&#039;,&#039;May&#039;,&#039;June&#039;,&#039;July&#039;,&#039;August&#039;,&#039;September&#039;,&#039;October&#039;,&#039;November&#039;,&#039;December&#039;);&lt;br /&gt;
document.write(dayList[documentDetails.getDay()] + &amp;quot; &amp;quot; + documentDetails.getDate() +&lt;br /&gt;
  dateAddon(documentDetails.getDate()) + &amp;quot; &amp;quot; + monthList[documentDetails.getMonth()] +&lt;br /&gt;
  &amp;quot;, 19&amp;quot; + &amp;quot;&amp;quot; + documentDetails.getYear());&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Oct 1999 02:52:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011292 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/last-updated-ddmmyyyy-how-do-i-make-automatic-posted-micol#comment-1011290</link>
    <description> &lt;p&gt;some time ago, I saw a code I could put on my page, so that instead of everytime I update my page I would have to change the update date manually, it would be done with that code...&lt;br /&gt;
can anybody help me? &lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Micol&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Oct 1999 01:58:00 +0000</pubDate>
 <dc:creator>micol</dc:creator>
 <guid isPermaLink="false">comment 1011290 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
