# datenow

> Simple date now polyfill for old browsers and node

Latest version **0.0.1** (published 2017-02-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install datenow
pnpm add datenow
yarn add datenow
bun add datenow
```

## 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.0.1 |
| Published | 2017-02-20 |
| First published | 2017-02-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Anton Yefremov |
| Maintainers | yefremov |
| Keywords | date, now, polyfill, browser, node |

## Links

- npm: https://www.npmjs.com/package/datenow
- Repository: https://github.com/yefremov/datenow
- Homepage: https://github.com/yefremov/datenow#readme
- Issues: https://github.com/yefremov/datenow/issues
- npm.io page: https://npm.io/package/datenow

## 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.0.1 (latest) — 2017-02-20
- 0.0.0 — 2017-02-20

## README

# datenow

[![npm version](https://badge.fury.io/js/datenow.svg)](https://badge.fury.io/js/datenow)
[![Build Status](https://travis-ci.org/yefremov/datenow.svg?branch=master)](https://travis-ci.org/yefremov/datenow)

Simple `Date.now()` polyfill for old browsers and node.

## Installation

```bash
$ npm install datenow
```

## API

```js
import now from 'datenow';

let timestamp = now();
// => 1487622014639
```

## Running tests

```bash
$ npm install
$ npm test
```

## License

[MIT](LICENSE)

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