0.1.0 • Published 9 years ago

@tmcwilliam/date-formatter v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago