# @tmcwilliam/date-formatter

> A simple date formatter

Latest version **0.1.0** (published 2015-08-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tmcwilliam/date-formatter
pnpm add @tmcwilliam/date-formatter
yarn add @tmcwilliam/date-formatter
bun add @tmcwilliam/date-formatter
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-08-11 |
| First published | 2015-08-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.12.6 |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Travis McWilliam |
| Maintainers | tmcwilliam |
| Keywords | date, formatter |

## Links

- npm: https://www.npmjs.com/package/@tmcwilliam/date-formatter
- Repository: https://github.com/tmcwilliam/date-formatter
- Homepage: https://github.com/tmcwilliam/date-formatter#readme
- Issues: https://github.com/tmcwilliam/date-formatter/issues
- npm.io page: https://npm.io/package/@tmcwilliam/date-formatter

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^3.10.1
- [moment](https://npm.io/package/moment.md) ^2.10.6

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2015-08-11
- 0.0.6 — 2015-08-11
- 0.0.4 — 2015-08-11
- 0.0.2 — 2015-08-10

## README

Date Formatter [![Build Status](https://travis-ci.org/tmcwilliam/date-formatter.svg?branch=master)](https://travis-ci.org/tmcwilliam/date-formatter)
=========

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`

---
_Source: https://npm.io/package/@tmcwilliam/date-formatter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
