small date utilities
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 100.0%
18 1 0

Clone this repository

https://git.vm.fail/mary.my.id/pkg-date-fns https://git.vm.fail/did:plc:q6qsbeuljkjniqlkbxenpmwm
ssh://git@knot1.tangled.sh:2222/mary.my.id/pkg-date-fns ssh://git@knot1.tangled.sh:2222/did:plc:q6qsbeuljkjniqlkbxenpmwm

For self-hosted knots, clone URLs may differ based on your setup.


README.md

date-fns#

JSR | source code

small date utilities

date = new Date('2025-01-23T08:30:00.000Z');

date = startOfMonth(date);
// ^? 2025-01-01T00:00:00.000Z

date = startOfWeek(date);
// ^? 2024-12-29T00:00:00.000Z