Skip to main content

HHMMSSToSeconds

Convert given HH:MM:SS format to total seconds.

  • import the method
import { HHMMSSToSeconds } from "nodelpers";
  • params
timeString: string;
  • usage
HHMMSSToSeconds("01:00:00"); // 3600