Skip to main content
Go to Latest
function dayOfYear
import { dayOfYear } from "https://deno.land/std@0.177.1/datetime/day_of_year.ts";

Returns the number of the day in the year.

Examples

Example 1

import { dayOfYear } from "https://deno.land/std@0.177.1/datetime/mod.ts";

dayOfYear(new Date("2019-03-11T03:24:00")); // output: 70

Returns

number

Number of the day in year