Very Popular
Latest
function default
import { default } from "https://dotland.deno.dev/x/date_fns@v2.22.1/isThisSecond/index.ts";

Examples

// If now is 25 September 2014 18:30:15.500, // is 25 September 2014 18:30:15.000 in this second? var result = isThisSecond(new Date(2014, 8, 25, 18, 30, 15)) //=> true

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is in this second