function parseDateMs parseDateMs(value: string): number | null Parse a date/timestamp string to epoch milliseconds, or null when it doesn't parse — the safe wrapper around Date.parse, whose own failure mode (NaN) is easy to let leak into arithmetic by accident. Parameters value: string Return Type number | null