about | help | code help+videos | done | prefs |
Given two sets of times as hour and minute integers, return how many seconds there are in between the two times! dateTime_secondsLeft(0, 0, 1, 0) → 3600 dateTime_secondsLeft(12, 0, 12, 1) → 60 dateTime_secondsLeft(12, 0, 12, 30) → 1800 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy