Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.35/subSeconds/index.js";

Examples

// Subtract 30 seconds from 10 July 2014 12:45:00: var result = subSeconds(new Date(2014, 6, 10, 12, 45, 0), 30) //=> Thu Jul 10 2014 12:44:30

Parameters

dirtyDate
  • the date to be changed
dirtyAmount
  • the amount of seconds to be subtracted