time-calculator
v1.0.8
Published
A JavaScript calculator for adding and subtracting time.
Downloads
29
Maintainers
Readme
Time Calculator
A JavaScript calculator for adding and subtracting time.

Installation
via NPM
npm install time-calculatorNow, all the files you need are in the node_modules/time-calculator directory
manually
Download the .zip file of this repository. Extract the contents into a separate directory and open the index.html file in your browser.
Usage
- Do all the maths!
- The
:,+,-,=and all the number keys are mapped to the calculator as expected. - The
esckey is mapped to theClrbutton. - The
delete/backspacekey is mapped to theDelbutton. - Pressing
enterwill trigger the=operation. - Pressing
enterafter simply entring a number will convert that number into the correct time segments (try entering1000000then pressing enter).
