Skip to main content
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/getSeconds/index.ts";

Examples

// Get the seconds of 29 February 2012 11:45:05.123: const result = getSeconds(new Date(2012, 1, 29, 11, 45, 5, 123)) //=> 5

Parameters

dirtyDate: Date | number
  • the given date

Returns

number

the seconds