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.6.0/getUnixTime/index.js";

Examples

// Get the timestamp of 29 February 2012 11:45:05 CET: var result = getUnixTime(new Date(2012, 1, 29, 11, 45, 5)) //=> 1330512305

Parameters

dirtyDate
  • the given date