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
The bi-monthly period being paid.
Returns
The calendar date the period's pay is disbursed.