<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/date</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Sep 2008 09:07:16 GMT</pubDate>
<item>
<title>(JavaScript) JavaScript Validate Date - ckester</title>
<link>http://snipplr.com/view/7875/javascript-validate-date/</link>
<description><![CDATA[ <p>NOT MY CODE. I was looking for a good code that would validate the date in JavaScript and I found this function.  I thought it was worth keeping so I decided to post it on here as opposed to clutter my bookmarks with one more link.
Once again I take no credit for this code, I found it here: http://omnicode.blogspot.com/2008/05/checkvalidate-date-string-in-javascript.html .  All credit goes to Sonny</p> ]]></description>
<pubDate>Fri, 15 Aug 2008 10:57:11 GMT</pubDate>
<guid>http://snipplr.com/view/7875/javascript-validate-date/</guid>
</item>
<item>
<title>(JavaScript) get date range from week number in year - jamesming</title>
<link>http://snipplr.com/view/7540/get-date-range-from-week-number-in-year/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Jul 2008 20:07:39 GMT</pubDate>
<guid>http://snipplr.com/view/7540/get-date-range-from-week-number-in-year/</guid>
</item>
<item>
<title>(JavaScript) Get Readable Date Components - wizard04</title>
<link>http://snipplr.com/view/7271/get-readable-date-components/</link>
<description><![CDATA[ <p>Converts the components of a date into strings that can be easily combined to display a more readable version.</p> ]]></description>
<pubDate>Mon, 14 Jul 2008 15:22:42 GMT</pubDate>
<guid>http://snipplr.com/view/7271/get-readable-date-components/</guid>
</item>
<item>
<title>(JavaScript) Determine Amount of Time Between Two Dates - wizard04</title>
<link>http://snipplr.com/view/7270/determine-amount-of-time-between-two-dates/</link>
<description><![CDATA[ <p>`Date.timeUntil(laterDate)`  
`Date.timeSince(earlierDate)`

If the dates are out of order, the "swapped" flag is set to let you know. For example, if you have two Dates `today` and `yesterday`, `today.timeUntil(yesterday)` will set the flag.</p> ]]></description>
<pubDate>Mon, 14 Jul 2008 15:18:09 GMT</pubDate>
<guid>http://snipplr.com/view/7270/determine-amount-of-time-between-two-dates/</guid>
</item>
<item>
<title>(JavaScript) Convert Atom date string to JavaScript compatible format - wizard04</title>
<link>http://snipplr.com/view/7269/convert-atom-date-string-to-javascript-compatible-format/</link>
<description><![CDATA[ <p>Converts a date string from the format used in Atom feeds to one that can be used with the JavaScript Date object.</p> ]]></description>
<pubDate>Mon, 14 Jul 2008 15:05:50 GMT</pubDate>
<guid>http://snipplr.com/view/7269/convert-atom-date-string-to-javascript-compatible-format/</guid>
</item>
<item>
<title>(JavaScript) Auto Date for Footer - pufftenticle</title>
<link>http://snipplr.com/view/5704/auto-date-for-footer/</link>
<description><![CDATA[ <p>i found this snippet here on snipplr (see the link up above), and really liked it.  it came up with a validation error under XHTML 1.0 Strict so i changed it to what you see in the bottom.....</p> ]]></description>
<pubDate>Fri, 04 Apr 2008 19:17:56 GMT</pubDate>
<guid>http://snipplr.com/view/5704/auto-date-for-footer/</guid>
</item>
<item>
<title>(JavaScript) Formatting dates in JavaScript (handles MySQL dates) - penguin999</title>
<link>http://snipplr.com/view/4882/formatting-dates-in-javascript-handles-mysql-dates/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 02 Feb 2008 22:57:23 GMT</pubDate>
<guid>http://snipplr.com/view/4882/formatting-dates-in-javascript-handles-mysql-dates/</guid>
</item>
<item>
<title>(JavaScript) Calculate Business Days between two dates - Bluebeard</title>
<link>http://snipplr.com/view/4086/calculate-business-days-between-two-dates/</link>
<description><![CDATA[ <p>This routine is loosely based on elightbo's "Calculate Business Days" snippet in ASP, with some process &amp; logic modifications (most notably accounting for situations when both dates fall on a weekend) and a translation to JavaScript.</p> ]]></description>
<pubDate>Wed, 07 Nov 2007 22:44:33 GMT</pubDate>
<guid>http://snipplr.com/view/4086/calculate-business-days-between-two-dates/</guid>
</item>
<item>
<title>(JavaScript) JavaScript: automatic copyright date (buggy) - hellolabs</title>
<link>http://snipplr.com/view/3782/javascript-automatic-copyright-date-buggy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Sep 2007 03:18:25 GMT</pubDate>
<guid>http://snipplr.com/view/3782/javascript-automatic-copyright-date-buggy/</guid>
</item>
<item>
<title>(JavaScript) get and set cookie - noah</title>
<link>http://snipplr.com/view/2843/get-and-set-cookie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Jun 2007 09:10:48 GMT</pubDate>
<guid>http://snipplr.com/view/2843/get-and-set-cookie/</guid>
</item>
<item>
<title>(JavaScript) Jump a week from another date - badassninja</title>
<link>http://snipplr.com/view/1670/jump-a-week-from-another-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Nov 2006 23:12:00 GMT</pubDate>
<guid>http://snipplr.com/view/1670/jump-a-week-from-another-date/</guid>
</item>
<item>
<title>(JavaScript) Automatic Date for Footer - jonhenshaw</title>
<link>http://snipplr.com/view/1394/automatic-date-for-footer/</link>
<description><![CDATA[ <p>You can use this script to always keep the copyright notice on the footer of your website current. For example, instead of having to update the year at the beginning of each year, this script will display current year. I'm sure there's an easier way of doing this, but I ran across it tonight and thought it was a clever idea. When putting it in your code, it would look something like "Copyright 2001[script goes here]"</p> ]]></description>
<pubDate>Wed, 11 Oct 2006 19:56:19 GMT</pubDate>
<guid>http://snipplr.com/view/1394/automatic-date-for-footer/</guid>
</item>
<item>
<title>(JavaScript) Date Extend - kif</title>
<link>http://snipplr.com/view/595/date-extend/</link>
<description><![CDATA[ <p>Support: Fx2, Opera9, IE6
Date.getFormatTime() can get time by the method of like PHP date().  The code supports English and Japanese. Of course, it is also easy to add your language.</p> ]]></description>
<pubDate>Thu, 27 Jul 2006 20:18:26 GMT</pubDate>
<guid>http://snipplr.com/view/595/date-extend/</guid>
</item>
<item>
<title>(JavaScript) Valid Date v1.0 - Leech</title>
<link>http://snipplr.com/view/546/valid-date-v10/</link>
<description><![CDATA[ <p>Date validation.
Created: 2006.04.25</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 09:05:18 GMT</pubDate>
<guid>http://snipplr.com/view/546/valid-date-v10/</guid>
</item>
<item>
<title>(JavaScript) Date Format v1.0 - Leech</title>
<link>http://snipplr.com/view/545/date-format-v10/</link>
<description><![CDATA[ <p>Formats a date according to a formatting string.
Created: 2006.05.05</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 09:04:22 GMT</pubDate>
<guid>http://snipplr.com/view/545/date-format-v10/</guid>
</item>
<item>
<title>(JavaScript) Fecha básica / Basic date - webDesign</title>
<link>http://snipplr.com/view/254/fecha-bsica--basic-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jul 2006 05:57:55 GMT</pubDate>
<guid>http://snipplr.com/view/254/fecha-bsica--basic-date/</guid>
</item>
</channel>
</rss>