# hhmmss

> Converts seconds to hh:mm:ss formatted string for use in media players

Latest version **1.0.0** (published 2015-03-28) · MIT license · 0 weekly downloads

## Install

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

## 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.0 |
| Published | 2015-03-28 |
| First published | 2015-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Brent Jackson |
| Maintainers | jxnblk |
| Keywords | time, formatter, seconds, media-player |

## Links

- npm: https://www.npmjs.com/package/hhmmss
- npm.io page: https://npm.io/package/hhmmss

## 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

- 1.0.0 (latest) — 2015-03-28

## README

# hhmmss

Converts seconds to hh:mm:ss formatted string

```bash
npm install hhmmss
```

```js
var hhmmss = require('hhmmss');

var timeString = hhmmss(256);
// '04:16'
```

---

MIT License

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