Skip to content
ts
import { isPastDate } from '@trail-run/core/time/helpers';

Function: isPastDate()

ts
function isPastDate(dateStr): boolean;

Defined in: src/time/helpers.ts:148

Check if a date string (YYYY-MM-DD) is in the past

Parameters

dateStr

string | null | undefined

Returns

boolean

Released under the MIT License.