<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: JavaScript date parsing and formatting, Part 1</title>
	<link>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/</link>
	<description>Stay curious!</description>
	<pubDate>Sun, 20 Jul 2008 11:22:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Neil</title>
		<link>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-14551</link>
		<author>Neil</author>
		<pubDate>Tue, 13 May 2008 11:43:10 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-14551</guid>
		<description>Can someone explain how to get it to work with an example please. Using this as a string

2007-05-23T12:03:48.000-00:00

I want to extract month year etc</description>
		<content:encoded><![CDATA[<p>Can someone explain how to get it to work with an example please. Using this as a string</p>
<p>2007-05-23T12:03:48.000-00:00</p>
<p>I want to extract month year etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-12311</link>
		<author>Xaprb</author>
		<pubDate>Fri, 13 Jul 2007 20:53:16 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-12311</guid>
		<description>Well done!  Sorry I wasn't able to reply in time.</description>
		<content:encoded><![CDATA[<p>Well done!  Sorry I wasn&#8217;t able to reply in time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-12304</link>
		<author>Dave</author>
		<pubDate>Fri, 13 Jul 2007 17:20:09 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-12304</guid>
		<description>Figured it out.  I had to include all of your functions in my function that I was writing.  I also had to change the get function to getUTC functions because I'm already calculating the times for each date instance.

demo of final result is at http://www.advlanguage.com/timetest.php</description>
		<content:encoded><![CDATA[<p>Figured it out.  I had to include all of your functions in my function that I was writing.  I also had to change the get function to getUTC functions because I&#8217;m already calculating the times for each date instance.</p>
<p>demo of final result is at <a href="http://www.advlanguage.com/timetest.php" rel="nofollow">http://www.advlanguage.com/timetest.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-12302</link>
		<author>Dave</author>
		<pubDate>Fri, 13 Jul 2007 13:04:06 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-12302</guid>
		<description>Do you have an example of how to use this that a javascript neophyte can apply.  I have written a Time Zone Clock program that handles any timezone and want to rewrite it to include flexible formatting of the output to output exactly what my users want to output.

Your formatting lib appears to be the most complete but I'm having trouble figuring out how to apply it to my code.

Any further examples would be greatly appreciated.

Thanks
Dave</description>
		<content:encoded><![CDATA[<p>Do you have an example of how to use this that a javascript neophyte can apply.  I have written a Time Zone Clock program that handles any timezone and want to rewrite it to include flexible formatting of the output to output exactly what my users want to output.</p>
<p>Your formatting lib appears to be the most complete but I&#8217;m having trouble figuring out how to apply it to my code.</p>
<p>Any further examples would be greatly appreciated.</p>
<p>Thanks<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-3184</link>
		<author>Brian</author>
		<pubDate>Mon, 15 Jan 2007 09:50:51 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-3184</guid>
		<description>&lt;p&gt;Hi, thanks for the great date functions.  FYI, line 309 is some leftover debugging code:

document.write(then);&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the great date functions.  FYI, line 309 is some leftover debugging code:</p>
<p>document.write(then);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArtLung Blog : Archives : &#187; Daily Links</title>
		<link>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-2238</link>
		<author>ArtLung Blog : Archives : &#187; Daily Links</author>
		<pubDate>Fri, 20 Oct 2006 07:27:56 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-2238</guid>
		<description>&lt;p&gt;[...] Great JavaScript Date Library Very useful. I actually used this in JScript for ASP &#8212;very nice. (tags: javascript calendar programming asp webdev) [...]&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>[&#8230;] Great JavaScript Date Library Very useful. I actually used this in JScript for ASP &#8212;very nice. (tags: javascript calendar programming asp webdev) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-423</link>
		<author>Xaprb</author>
		<pubDate>Mon, 15 May 2006 16:14:43 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2005/12/12/javascript-closures-for-runtime-efficiency/#comment-423</guid>
		<description>&lt;p&gt;In case you wonder why I use PHP's date syntax, it's because it is a context-free grammar, with the exception of backslashes to prevent formatting characters being interpreted as formatting characters.  That makes it much easier to parse.  It is also full-featured.  In my opinion no other syntax, such as the .NET syntax, offers more features.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>In case you wonder why I use PHP&#8217;s date syntax, it&#8217;s because it is a context-free grammar, with the exception of backslashes to prevent formatting characters being interpreted as formatting characters.  That makes it much easier to parse.  It is also full-featured.  In my opinion no other syntax, such as the .NET syntax, offers more features.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
