0.1.0 • Published 11 years ago

@tmcwilliam/date-formatter v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 years ago

Date Formatter Build Status

A small library that formats timestamps

Installation

npm install @tmcwilliam/date-formatter

ES6 Usage

import { toMicroDate } from '@tmcwilliam/date-formatter';

const aug9 = new Date(1439096900000);
const formattedDate = toMicroDate(aug9);

console.log(formattedDate);

Output should be 8/9/2015

Tests

npm test

0.1.0

11 years ago

0.0.6

11 years ago

0.0.4

11 years ago

0.0.2

11 years ago