Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

timeToMinutes: converts a time value to a number of minutes. In the example below, we have converted current time of 19:20 to 1160 minutes.  Also, you will see that we took minutes and divided it by 60 to get the current hour of the day. That result is 19.33 hours, or 7:20pm (.33 hours is approximately 20 minutes).

Usage Examples

to be provided soon