Skip to content

nelsonic/date-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date Utils Code Climate

A handful of useful (unit tested) JavaScript date methods

Tests Passing

Why?

Why build another date utilities library when several already exist? (see list below)

  • For fun.
  • Coding (JS TDD) practice
  • Discover interesting features
  • only build/load what I need (minimalist)

Try it

git clone git@github.com:nelsonic/date-utils.git
cd date-utils
python -m SimpleHTTPServer

Then visit: http://localhost:8000/?coverage=true/

Background / Researh

If you have never played with JavaScript Date try the comprehensive introduction to the JavaScript Date
(built-in methods) on Mozilla Developer Network: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date

Existing (Popular) JS Date Libaries

Other JS Related Libraries (Low Usage)

Name

Date Uitls is prety generic but tells people exactly what the script does.

JSHint for test.js

see: https://gist.github.com/zackd/794998

About

A few useful (unit tested) JavaScript date methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published