Skip to main content
Go to Latest
function getMilliseconds
import { getMilliseconds } from "https://deno.land/x/date_fns@v2.6.0/index.js";

Examples

// Get the milliseconds of 29 February 2012 11:45:05.123: var result = getMilliseconds(new Date(2012, 1, 29, 11, 45, 5, 123)) //=> 123

Parameters

dirtyDate
  • the given date