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