Skip to main content
Module

std/datetime/mod.ts>dayOfYear

Deno standard library
Go to Latest
function dayOfYear
import { dayOfYear } from "https://deno.land/std@0.167.0/datetime/mod.ts";

Returns the number of the day in the year.

Examples

Example 1

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

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

Returns

number

Number of the day in year