New Apr 24, 2025

Formatting relative time in JavaScript

Multi Author Blogs All from 30 seconds of code View Formatting relative time in JavaScript on 30secondsofcode.org

Did you know JavaScript has a built-in way to format relative time? It's called Intl.RelativeTimeFormat and it's awesome!

Scroll to top