import { dayOfYearUtc } from "https://deno.land/std@0.206.0/datetime/mod.ts";
Returns the number of the day in the year in UTC time.
Examples
Example 1
Example 1
import { dayOfYearUtc } from "https://deno.land/std@0.206.0/datetime/mod.ts";
dayOfYearUtc(new Date("2019-03-11T03:24:00.000Z")) // output 70
Parameters
date: Date