<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Date to Behold!</title>
	<atom:link href="http://journal.adityamukherjee.com/essay/a-date-to-behold/feed/" rel="self" type="application/rss+xml" />
	<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/</link>
	<description>Warning: Geek Inside!</description>
	<lastBuildDate>Mon, 26 Oct 2009 08:14:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aditya</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-4463</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Sun, 22 Feb 2009 14:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-4463</guid>
		<description>&lt;p&gt;It&#039;s really okay. I wrote these scripts a long time back, and I was a little big on attribution back then. Now, since I&#039;m no longer with Blogger, these are almost give-aways :) Thanks though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s really okay. I wrote these scripts a long time back, and I was a little big on attribution back then. Now, since I&#8217;m no longer with Blogger, these are almost give-aways :) Thanks though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joneen</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-4307</link>
		<dc:creator>Joneen</dc:creator>
		<pubDate>Sun, 25 Jan 2009 00:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-4307</guid>
		<description>&lt;p&gt;Hey, Aditya! I realize it&#039;s been awhile since you posted this hack, but I just came across it, and I was searching high and low for something like this before I found your elegant script. Thank you!! I did want to let you know, too, that the last line of the javascript somehow got cut off. I believe it should be: 
document.write(day+mon+year); }
And the CSS section is missing the final &#039;}&#039;
Anyway, just wanted to let you know so you could hopefully edit it and save future users some time. Didn&#039;t take me too long to figure it out, but I thought it&#039;d be helpful to let you know. Again, thank you so much for this wonderful hack!! I hated the thought of having to stick with the boring single line format. I found a couple other hacks, but they were more complicated, and didn&#039;t provide any way to include the year! I really thought I was going to have to give up, before I came across yours. So THANK YOU!! :)
-Joneen
(P.S. I&#039;m still formatting my blog, so if you view the source code, you&#039;ll see I&#039;ve credited you there, but when I get to formatting the footer of my page, I&#039;ll be giving you mention there as well. This script is just too wonderful to pass up, so I&#039;m thrilled to give you props! Just wanted to let you know so you if you looked at my page only and not the code, you wouldn&#039;t think I was trying to take credit myself.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, Aditya! I realize it&#8217;s been awhile since you posted this hack, but I just came across it, and I was searching high and low for something like this before I found your elegant script. Thank you!! I did want to let you know, too, that the last line of the javascript somehow got cut off. I believe it should be: 
document.write(day+mon+year); }
And the CSS section is missing the final &#8216;}&#8217;
Anyway, just wanted to let you know so you could hopefully edit it and save future users some time. Didn&#8217;t take me too long to figure it out, but I thought it&#8217;d be helpful to let you know. Again, thank you so much for this wonderful hack!! I hated the thought of having to stick with the boring single line format. I found a couple other hacks, but they were more complicated, and didn&#8217;t provide any way to include the year! I really thought I was going to have to give up, before I came across yours. So THANK YOU!! :)
-Joneen
(P.S. I&#8217;m still formatting my blog, so if you view the source code, you&#8217;ll see I&#8217;ve credited you there, but when I get to formatting the footer of my page, I&#8217;ll be giving you mention there as well. This script is just too wonderful to pass up, so I&#8217;m thrilled to give you props! Just wanted to let you know so you if you looked at my page only and not the code, you wouldn&#8217;t think I was trying to take credit myself.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-410</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Mon, 02 Apr 2007 07:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-410</guid>
		<description>&lt;p id=&quot;p:0&quot;&gt;To implement that, you&#8217;ll have to firstly name your images according to the date element. So days will be 01.png, 02.png, 03.png and so on. Months will be January.png, February.png, and years will be 2007.png, 2008.png &#0133; it&#8217;s a lot of work, I know. There is another way, but I&#8217;m not sure if it&#8217;s any faster.&lt;br/&gt;&lt;br/&gt;So, once you have the images in place, modify your document.write to output image tags with the source set to:&lt;br/&gt;&lt;br/&gt;&#8220;URL&#8211;to&#8211;web&#8211;folder\&#8221;+da[i]+&#8220;.png&#8221;&lt;br/&gt;&lt;br/&gt;where &#8216;i&#8217; goes from 0&#8211;3, in the order you want the date elements to show. So for the day, and using my Googlepages account, the URL string should be:&lt;br/&gt;&lt;br/&gt;&#8220;http://aditya.vm.googlepages.com/&#8221;+da[i]+&#8220;.png&#8221;&lt;br/&gt;&lt;br/&gt;Hope I&#8217;m clear enough :)&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:0&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p id="p:0">To implement that, you&#8217;ll have to firstly name your images according to the date element. So days will be 01.png, 02.png, 03.png and so on. Months will be January.png, February.png, and years will be 2007.png, 2008.png &#0133; it&#8217;s a lot of work, I know. There is another way, but I&#8217;m not sure if it&#8217;s any faster.&lt;br/>&lt;br/>So, once you have the images in place, modify your document.write to output image tags with the source set to:&lt;br/>&lt;br/>&#8220;URL&#8211;to&#8211;web&#8211;folder\&#8221;+da[i]+&#8220;.png&#8221;&lt;br/>&lt;br/>where &#8216;i&#8217; goes from 0&#8211;3, in the order you want the date elements to show. So for the day, and using my Googlepages account, the URL string should be:&lt;br/>&lt;br/>&#8220;http://aditya.vm.googlepages.com/&#8221;+da[i]+&#8220;.png&#8221;&lt;br/>&lt;br/>Hope I&#8217;m clear enough :)<span class="p_ref"><a title="Reference to this paragraph" href="#p:0">&#x2318;</a></span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: ????????????</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-408</link>
		<dc:creator>????????????</dc:creator>
		<pubDate>Mon, 02 Apr 2007 06:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-408</guid>
		<description>&lt;p id=&quot;p:0&quot;&gt;Hello...&lt;br/&gt;I would like to know how can I set the format of Url/¨+array+¨.png&lt;br/&gt;Can you explain me. it is more useful tool for me.:$&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:0&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p id="p:0">Hello&#8230;&lt;br/>I would like to know how can I set the format of Url/¨+array+¨.png&lt;br/>Can you explain me. it is more useful tool for me.:$<span class="p_ref"><a title="Reference to this paragraph" href="#p:0">&#x2318;</a></span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-236</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Thu, 01 Feb 2007 14:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-236</guid>
		<description>&lt;p id=&quot;p:0&quot;&gt;It looks absolutely wonderful! :) Well done! I&#039;ve sent you a mail regarding my hack license, just a little formality. Thanks :)&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:0&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p id="p:0">It looks absolutely wonderful! :) Well done! I&#8217;ve sent you a mail regarding my hack license, just a little formality. Thanks :)<span class="p_ref"><a title="Reference to this paragraph" href="#p:0">&#x2318;</a></span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: x_pIOVE</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-235</link>
		<dc:creator>x_pIOVE</dc:creator>
		<pubDate>Thu, 01 Feb 2007 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-235</guid>
		<description>&lt;p id=&quot;p:0&quot;&gt;great code!!! I&#039;ve immediately updated my blog!!! great job!!!&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:0&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p id="p:0">great code!!! I&#8217;ve immediately updated my blog!!! great job!!!<span class="p_ref"><a title="Reference to this paragraph" href="#p:0">&#x2318;</a></span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: cyberbuff</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-207</link>
		<dc:creator>cyberbuff</dc:creator>
		<pubDate>Mon, 29 Jan 2007 06:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-207</guid>
		<description>&lt;p id=&quot;p:0&quot;&gt;it&#039;s working now. Please take a look. I got some help from deepak&#039;s test blog, too. And thanks to both of you. Cheers! :)&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:0&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p id="p:0">it&#8217;s working now. Please take a look. I got some help from deepak&#8217;s test blog, too. And thanks to both of you. Cheers! :)<span class="p_ref"><a title="Reference to this paragraph" href="#p:0">&#x2318;</a></span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-205</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Mon, 29 Jan 2007 05:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-205</guid>
		<description>&lt;p id=&quot;p:0&quot;&gt;It&#039;s the second last option in the list of date formats. And don&#039;t change the code to that, unless you want the month to show up before the day :P&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:0&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p id="p:0">It&#8217;s the second last option in the list of date formats. And don&#8217;t change the code to that, unless you want the month to show up before the day :P<span class="p_ref"><a title="Reference to this paragraph" href="#p:0">&#x2318;</a></span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: cyberbuff</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-203</link>
		<dc:creator>cyberbuff</dc:creator>
		<pubDate>Mon, 29 Jan 2007 05:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-203</guid>
		<description>&lt;p id=&quot;p:0&quot;&gt;ok i missed it the formatting part. But i have not found the format you specified here. That is january 23 2006. All of them has at least one comma. The one that doesnt have any comma has the date first. So I changed the document.write a bit. I placed &lt;span class=&quot;theMonth&quot;&gt;&#039;+month[mon]+&#039;&lt;/span&gt; after &lt;span class=&quot;theDay&quot;&gt;&#039;+day+&#039;&lt;/span&gt; But still not getting anything. :(&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:0&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p id="p:0">ok i missed it the formatting part. But i have not found the format you specified here. That is january 23 2006. All of them has at least one comma. The one that doesnt have any comma has the date first. So I changed the document.write a bit. I placed &lt;span class=&quot;theMonth&quot;&gt;&#8217;+month[mon]+&#8217;&lt;/span&gt; after &lt;span class=&quot;theDay&quot;&gt;&#8217;+day+&#8217;&lt;/span&gt; But still not getting anything. :(<span class="p_ref"><a title="Reference to this paragraph" href="#p:0">&#x2318;</a></span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://journal.adityamukherjee.com/essay/a-date-to-behold/comment-page-1/#comment-198</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Sun, 28 Jan 2007 14:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://adityamukherjee.com/geekaholic/archives/36#comment-198</guid>
		<description>&lt;p id=&quot;p:0&quot;&gt;@Deepak: Sheesh! That &#039;is&#039; a noodle! I can tell you &#039;why&#039; it&#039;s happening, but it&#039;ll take some looking into to figure out how to fix it.&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:0&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p id=&quot;p:1&quot;&gt;I&#039;ll look into it soon! I&#039;m at home right now, so busy with friends and relatives! :P But I&#039;ll definitely look into it! Thanks for the headsup.&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:1&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p id=&quot;p:2&quot;&gt;@cyberbuff: I don&#039;t see the code anywhere in your page. You&#039;ll need to put it in, and then I&#039;ll have a look. But what do you mean by a -&#039;. -?&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:2&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p id=&quot;p:3&quot;&gt;Are you sure you&#039;ve fixed the date format in your settings tab? Change it to show dates as &#039;January 23 2006&#039; (with the spaces, no commas). See if you missed that...&lt;span class=&quot;p_ref&quot;&gt;&lt;a title=&quot;Reference to this paragraph&quot; href=&quot;#p:3&quot;&gt;&#x2318;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p id="p:0">@Deepak: Sheesh! That &#8216;is&#8217; a noodle! I can tell you &#8216;why&#8217; it&#8217;s happening, but it&#8217;ll take some looking into to figure out how to fix it.<span class="p_ref"><a title="Reference to this paragraph" href="#p:0">&#x2318;</a></span></p>

<p id="p:1">I&#8217;ll look into it soon! I&#8217;m at home right now, so busy with friends and relatives! :P But I&#8217;ll definitely look into it! Thanks for the headsup.<span class="p_ref"><a title="Reference to this paragraph" href="#p:1">&#x2318;</a></span></p>

<p id="p:2">@cyberbuff: I don&#8217;t see the code anywhere in your page. You&#8217;ll need to put it in, and then I&#8217;ll have a look. But what do you mean by a -&#8216;. -?<span class="p_ref"><a title="Reference to this paragraph" href="#p:2">&#x2318;</a></span></p>

<p id="p:3">Are you sure you&#8217;ve fixed the date format in your settings tab? Change it to show dates as &#8216;January 23 2006&#8217; (with the spaces, no commas). See if you missed that&#8230;<span class="p_ref"><a title="Reference to this paragraph" href="#p:3">&#x2318;</a></span></p>]]></content:encoded>
	</item>
</channel>
</rss>
