Skip to main content
Module

x/date_fns/index.js>getHours

date-fns Deno package
Very Popular
Go to Latest
function getHours
import { getHours } from "https://deno.land/x/date_fns@v2.0.0-alpha.37/index.js";

Examples

// Get the hours of 29 February 2012 11:45:00: var result = getHours(new Date(2012, 1, 29, 11, 45)) //=> 11

Parameters

dirtyDate
  • the given date