Skip to content

fbosch/hms-to-seconds

Repository files navigation

hms-to-seconds Build Status

Convert HH:MM:SS to seconds

Install

$ npm install hms-to-seconds

Usage

const hmsToSeconds = require('hms-to-seconds');

hmsToSeconds('00:12:32');
//=> 752

API

hmsToSeconds(input)

input

Type: string

License

MIT © fBosch

Releases

No releases published

Packages

No packages published