0.1.0 • Published 10 years ago

@tmcwilliam/date-formatter v0.1.0

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

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.2

10 years ago