Skip to main content
Deno 2 is finally here 🎉️
Learn more
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.0/hoursToSeconds/index.ts";

Examples

// Convert 2 hours to seconds: const result = hoursToSeconds(2) //=> 7200

Parameters

hours: number
  • number of hours to be converted

Returns

number

the number of hours converted in seconds