Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 609 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 609 Bytes

TimeSpan

A time difference Calculator

Get the time after adding given number of days, hours and minutes.

Input:

  • Reference timing consisting of date and time
  • Number of days, hours and minutes to be added

Output:

  • Date and time after entered number of days, hours and minutes from reference time

How to run in local Machine?

  • fork this repository.
  • clone forked repository in your local machine.
  • open src/index.html file in your browser to run the application.

Go through contributing guidelines.