Skip to content

Commit

Permalink
Cleaning links in README
Browse files Browse the repository at this point in the history
Moved travis link to below-the-fold and added a link to the npm package page.
  • Loading branch information
borgar committed Aug 25, 2012
1 parent 8b9fdc4 commit 93a4193
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![build status](https://secure.travis-ci.org/borgar/dateutil.png)](http://travis-ci.org/borgar/dateutil)
# Dateutil

Dateutil is a modest collection of utility methods for manipulating dates. It works both in Node.JS and in browsers. It's goal is to provide extendable mechanisms for parsing and formatting dates, as well as other convenient date methods.
Dateutil is a modest collection of utility methods for manipulating dates. It works both in Node.JS ([npm][npm]) and in browsers. It's goal is to provide extendable mechanisms for parsing and formatting dates, as well as other convenient date methods.

Currently, the library supports formatting of nearly full spec of PHP style dates (minus the really useless bits), and parses about the full range of ISO 8901 formats. It supports translations (for formatter) but no timezones.


## Dateutil methods

### dateutil.date( [year], [month], [day], [hour], [min], [sec], [ms] )
Expand Down Expand Up @@ -218,8 +218,11 @@ You should provide translations for the following strings:
* Sunday Monday Tuesday Wednesday Thursday Friday Saturday
* Sun Mon Tue Wed Thu Fri Sat

----


[Travis CI][travis]: [![build status](https://secure.travis-ci.org/borgar/dateutil.png)](http://travis-ci.org/borgar/dateutil)


[1]: http://php.net/manual/en/function.date.php
[npm]: https://npmjs.org/package/dateutil
[travis]: http://travis-ci.org/

0 comments on commit 93a4193

Please sign in to comment.