import { default } from "https://deno.land/x/date_fns@v2.22.0/getTime/index.ts";
Examples
// Get the timestamp of 29 February 2012 11:45:05.123:
const result = getTime(new Date(2012, 1, 29, 11, 45, 5, 123))
//=> 1330515905123
// Get the timestamp of 29 February 2012 11:45:05.123: const result = getTime(new Date(2012, 1, 29, 11, 45, 5, 123)) //=> 1330515905123
Parameters
dirtyDate: Date | number
- the given date