An open API service indexing awesome lists of open source software.

https://github.com/matthewcallis/duration-input

JavaScript library for managing duration based inputs.
https://github.com/matthewcallis/duration-input

duration javascript time

Last synced: 2 months ago
JSON representation

JavaScript library for managing duration based inputs.

Awesome Lists containing this project

README

        

# Duration Input

[![Build Status](https://travis-ci.org/MatthewCallis/duration-input.svg)](https://travis-ci.org/MatthewCallis/duration-input)
[![Dependency Status](https://david-dm.org/MatthewCallis/duration-input.svg)](https://david-dm.org/MatthewCallis/duration-input)
[![devDependency Status](https://david-dm.org/MatthewCallis/duration-input/dev-status.svg?style=flat)](https://david-dm.org/MatthewCallis/duration-input#info=devDependencies)
[![Test Coverage](https://codeclimate.com/github/MatthewCallis/duration-input/badges/coverage.svg)](https://codeclimate.com/github/MatthewCallis/duration-input/coverage)
[![Coverage Status](https://coveralls.io/repos/github/MatthewCallis/duration-input/badge.svg?branch=master)](https://coveralls.io/github/MatthewCallis/duration-input?branch=master)

JavaScript library for managing duration based inputs.

Useful if you need consumer friendly durations measured in seconds.

The last version to support jQuery was `v2.0.0`.

### License

Duration Input is [MIT licensed](./LICENSE).