# what-day-id

> A simple javascript library to convert time to Indonesian date format

Latest version **1.0.3** (published 2021-05-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install what-day-id
pnpm add what-day-id
yarn add what-day-id
bun add what-day-id
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-05-21 |
| First published | 2021-05-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | yukiao |
| Maintainers | yukiao |

## Links

- npm: https://www.npmjs.com/package/what-day-id
- npm.io page: https://npm.io/package/what-day-id

## Recent versions

- 1.0.3 (latest) — 2021-05-21
- 1.0.2 — 2021-05-21
- 1.0.1 — 2021-05-21
- 1.0.0 — 2021-05-21

## README

# what-day-id

![npm](https://img.shields.io/npm/v/what-day-id)
![npm bundle size](https://img.shields.io/bundlephobia/min/what-day-id)

A simple javascript library to convert time to Indonesian date format

## Installation

Using npm

```
$ npm install what-day-id
```

Using yarn

```
$ yarn add what-day-id
```

## Example

```js
const whatDayId = require("what-day-id");

const now = new Date();

// Take a Date object as an argument. Return a string of Indonesian date format
const date = whatDayId(now);

console.log(date);
// Jumat, 21 Mei 2021
```

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