Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.3.0/addSeconds/index.js";

Examples

// Add 30 seconds to 10 July 2014 12:45:00: var result = addSeconds(new Date(2014, 6, 10, 12, 45, 0), 30) //=> Thu Jul 10 2014 12:45:30

Parameters

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