πŸ“šΒ Reference


πŸ“œΒ Chapter


Day.js

Moment

Intl

Luxon

date-fns


예제


import { formatDistanceToNow } from 'date-fns';
import { ko } from 'date-fns/locale';

const result = formatDistanceToNow(new Date(2023, 0, 1), { 
  addSuffix: true, 
  locale: ko 
});
// "2λ…„ μ „"