Compare

Sort, group, and analyze date arrays

Edit and run examples against `[email protected]` in your browser.

Sort & Filter

Sort dates and find min/max

index.ts
Console
Press Run to execute the example.

Group Dates

Group dates by year, month, or day of week

index.ts
Console
Press Run to execute the example.