IsWithinThreeMonthsBeforeBoardChange

Function: isWithinThreeMonthsBeforeBoardChange()

[object Object]

Defined in: app/util/date.util.ts:204

Checks if the current date is within three months before the board change date.

Parameters

boardChangeDate?

string | null

The board change date string in MM-DD format.

Returns

[object Object]

True if within three months before the board change, false otherwise.

On this page