https://github.com/fbosch/hms-to-seconds
⏲️ Convert HH:MM:SS to seconds.
https://github.com/fbosch/hms-to-seconds
converter hh-mm-ss seconds time
Last synced: 5 months ago
JSON representation
⏲️ Convert HH:MM:SS to seconds.
- Host: GitHub
- URL: https://github.com/fbosch/hms-to-seconds
- Owner: fbosch
- License: mit
- Created: 2017-07-26T10:12:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T12:08:06.000Z (almost 9 years ago)
- Last Synced: 2025-10-14T16:55:37.419Z (8 months ago)
- Topics: converter, hh-mm-ss, seconds, time
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hms-to-seconds
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# hms-to-seconds [](https://travis-ci.org/fBosch/hms-to-seconds)
> Convert HH:MM:SS to seconds
## Install
```
$ npm install hms-to-seconds
```
## Usage
```js
const hmsToSeconds = require('hms-to-seconds');
hmsToSeconds('00:12:32');
//=> 752
```
## API
### hmsToSeconds(input)
#### input
Type: `string`
## License
MIT © [fBosch](https://github.com/fBosch)