small date utilities
https://jsr.io/@mary/date-fns
- TypeScript 100%
| .vscode | initial commit | |
| .zed | chore: update zed config | |
| lib | feat: add UTC variants of get* accessors | |
| CLAUDE.md | chore: add CLAUDE.md | |
| deno.json | v0.1.4 | |
| LICENSE | chore: relicense to 0BSD | |
| README.md | refactor: flesh it out | |
date-fns
small date utilities
date = new Date('2025年01月23日T08:30:00.000Z');
date = startOfMonth(date);
// ^? 2025年01月01日T00:00:00.000Z
date = startOfWeek(date);
// ^? 2024年12月29日T00:00:00.000Z