1
0
Fork
You've already forked pkg-date-fns
0
small date utilities https://jsr.io/@mary/date-fns
  • TypeScript 100%
2026年05月28日 11:21:02 +07:00
.vscode initial commit 2025年01月21日 22:24:32 +07:00
.zed chore: update zed config 2025年07月17日 09:56:17 +07:00
lib feat: add UTC variants of get* accessors 2026年05月28日 11:20:17 +07:00
CLAUDE.md chore: add CLAUDE.md 2026年05月28日 11:16:50 +07:00
deno.json v0.1.4 2026年05月28日 11:21:02 +07:00
LICENSE chore: relicense to 0BSD 2025年07月17日 09:56:49 +07:00
README.md refactor: flesh it out 2025年01月23日 15:17:12 +07:00

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