timeconvert-ats
v1.0.1
Published
convert seconds to corresponding time
Downloads
1
Readme
Time Convertor
A small library that convert time hh:mm from seconds
Installation
npm install @thanseeh_abdulla/timeconvertor-ats
Usage
var timeFormatter = require('@thanseeh_abdulla/timeconvertor-ats');
var formattedTime = timeFormatter(1432555);
Output should be 13:55