Skip to main content

Function: paymentDateForPeriod()

paymentDateForPeriod(period): CalendarDate

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

Payment date for a period (15-day arrears so all weeks are fully logged before pay runs):

  • Half 1 (1st-15th) is paid on the last day of the same month.
  • Half 2 (16th-end) is paid on the 15th of the following month (rolling into the next year for December).

Parameters

period

BiMonthlyPeriod

The bi-monthly period being paid.

Returns

CalendarDate

The calendar date the period's pay is disbursed.