UNPKG

@js-sugar/date

Version:

A multi-calendar, tree-shakable, extensible, immutable and lightweight date library for JavaScript

8 lines (7 loc) 185 B
import { DateTime } from '../main'; /** * Gets the day of the year (1 to 366). * @public * @param date DateTime */ export declare function dayOfYear(date: DateTime): number;