Skip to content

Calculate a finish time, given a starting time and a duration

Notifications You must be signed in to change notification settings

christinarudolf/Time_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Time_calculator

Time Calculator project from freeCodeCamp. View full directions here.

Uses 'add_time' function to output a finish time, given a starting time and a duration as input.

Instructions:

  • input parameters:

    • (required) start time in 12-hour format (including AM or PM)
    • (required) duration time, in hours and minutes
    • (optional) day of the week

    Sample input: add_time("11:30 AM", "2:32", "Monday")

About

Calculate a finish time, given a starting time and a duration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages