Skip to main content

Function: eachDateISOInPeriod()

eachDateISOInPeriod(period): string[]

Defined in: src/lib/dates/index.ts:319

Every calendar day in a period as YYYY-MM-DD, inclusive of both start and end — for rendering day-by-day hour-entry grids.

Parameters

period

BiMonthlyPeriod

The bi-monthly period to enumerate.

Returns

string[]

An ordered array of ISO date strings, one per day, ascending from start to end.