Skip to content

Commit

Permalink
Update README.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
phstc committed May 30, 2015
1 parent 9ddc497 commit 23806d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
@@ -1,4 +1,4 @@
jquery-dateFormat - jQuery Plugin to format Date outputs using JavaScript - <b><em>Less than 5kb, jquery-dateFormat is the smallest date format library available!</em></b>
jquery-dateFormat - jQuery Plugin to format Date outputs using JavaScript - <b><em>Having less than 5kb, jquery-dateFormat is the smallest date format library available!</em></b>

{<img src="https://travis-ci.org/phstc/jquery-dateFormat.png" />}[http://travis-ci.org/phstc/jquery-dateFormat]

Expand All @@ -8,8 +8,8 @@ Download latest jquery.dateFormat.js or jquery.dateFormat.min.js.

* {jquery-dateFormat.js}[https://raw.github.com/phstc/jquery-dateFormat/master/dist/jquery-dateFormat.js]
* {jquery-dateFormat.min.js}[https://raw.github.com/phstc/jquery-dateFormat/master/dist/jquery-dateFormat.min.js]
* {dateFormat.js}[https://raw.github.com/phstc/jquery-dateFormat/master/dist/dateFormat.js] (pure Javascript without a dependency on jQuery)
* {dateFormat.min.js}[https://raw.github.com/phstc/jquery-dateFormat/master/dist/dateFormat.min.js] (pure Javascript without a dependency on jQuery)
* {dateFormat.js}[https://raw.github.com/phstc/jquery-dateFormat/master/dist/dateFormat.js] (pure Javascript, no jQuery dependency)
* {dateFormat.min.js}[https://raw.github.com/phstc/jquery-dateFormat/master/dist/dateFormat.min.js] (pure Javascript, no jQuery dependency)

You can use <b>jquery-dateFormat without jQuery</b>. You just need to import the dateFormat.js above and instead of formatting with $.format(...) you should use DateFormat.format(...).

Expand Down

0 comments on commit 23806d0

Please sign in to comment.