Skip to main content

One post tagged with "Day.js"

View All Tags

Date Formatting with Day.js

A Lightweight Library for TypeScript Projects

· 3 min read

Date handling is one of those things that seems simple until it isn't. I've been using Day.js on a few TypeScript projects lately, and it's become my go-to for anything date-related. At around 2KB gzipped, it's tiny compared to alternatives, and the API is clean enough that I rarely need to check the docs.

Date Formatting with Day.js