1.2.21 • Published 8 years ago

date-utils v1.2.21

Weekly downloads
500,675
License
MIT
Repository
github
Last release
8 years ago

Date-Utils: Polyfills for the Date object

Build Status

NOTE

Version 2 Feature and Changes discussion is being held at https://github.com/JerrySievert/node-date-utils/issues/37

In a nutshell

  • Micro-Framework adding missing functionality to the Date object
  • Useable as a polyfill in the browser
  • Useable as a polyfill in Node.js
  • Works in CouchDB

Using within a Browser

<script type="text/javascript" src="date-utils.min.js"></script>

Using with Node.js

$ npm install date-utils

require('date-utils');

Note: This did not work in the REPL before Node.js 0.6 due to how Node.js handles context in the REPL.

Changing Languages

require('date-utils').language("es")

Supported languages:

  • Spanish - "es"
  • French - "fr"
  • Portuguese Brazilian - "pt-BR"

Documentation

Documentation (nearing completion) can be found at https://jerrysievert.github.io/date-utils

Development

Make sure you have gulp installed (npm install gulp -g). After that hit npm install to get the dependencies. Finally, hit gulp. This will build the library initially. If you make changes to the library, it will compile the minified version automatically.

Testing

$ npm test

Complexity and Minification

$ gulp
1.2.21

8 years ago

1.2.20

8 years ago

1.2.19

8 years ago

1.2.18

8 years ago

1.2.17

9 years ago

1.2.16

10 years ago

1.2.15

10 years ago

1.2.14

11 years ago

1.2.13

11 years ago

1.2.12

11 years ago

1.2.11

12 years ago

1.2.10

12 years ago

1.2.9

12 years ago

1.2.8

12 years ago

1.2.7

12 years ago

1.2.5

13 years ago

1.2.4

13 years ago

1.2.3

13 years ago

1.2.2

13 years ago

1.2.1

13 years ago

1.2.0

13 years ago

1.1.0

13 years ago

1.0.0

13 years ago

0.1.8

13 years ago

0.1.7

13 years ago

0.1.6

13 years ago

0.1.5

13 years ago

0.1.4

13 years ago

0.1.3

13 years ago

0.1.2

13 years ago

0.1.0

13 years ago