Function calcElapsedTime

  • Util for calculating elapsed time from the given start time to the end time and format it to human readable time

    Parameters

    • start: Date

      Start time js date object

    • end: Date

      End time js date object

    Returns string

    Human readable time

Generated using TypeDoc