UNPKG

@js-sugar/date

Version:

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

8 lines (7 loc) 235 B
import { DateTime } from '../main'; /** * Gets the ISO day of the week of the given DateTime object (Monday = 1, ..., Sunday = 7). * @public * @param date DateTime */ export declare function weekDay(date: DateTime): number;