Skip to content

Commit

Permalink
added time.js (date-agnostic time parsing) - http://github.com/zever/…
Browse files Browse the repository at this point in the history
  • Loading branch information
zackdever committed Nov 20, 2012
1 parent c178530 commit 78562ca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions atom.xml
Expand Up @@ -2114,5 +2114,13 @@
<summary>Small JS framework that ships with ajax, anim, dom, and event methods. Several plugins available.</summary>
</entry>

<entry>
<title>time.js</title>
<link href="http://github.com/zever/time/" />
<id>urn:uuid:6d732680-3366-11e2-9577-cb1a3234d93a</id>
<updated>2012-11-20'T'23:02:46Z</updated>
<summary>Date-agnostic time parsing for node and the browser.</summary>
</entry>


</feed>
2 changes: 1 addition & 1 deletion data-min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions data.js
Expand Up @@ -1947,5 +1947,12 @@ var MicroJS = [
description: "Small JS framework that ships with ajax, anim, dom, and event methods. Several plugins available.",
url: "http://nwtjs.org",
source: "https://raw.github.com/nwtjs/nwt/master/nwt.js"
},
{
name: "time.js",
tags: ["time", "parse", "parsing", "format", "validate"],
description: "Date-agnostic time parsing for node and the browser.",
url: "http://github.com/zever/time/",
source: "https://raw.github.com/zever/time/master/time.js"
}
];

0 comments on commit 78562ca

Please sign in to comment.