davidvandertuijn/date_fuzzy_span

3.2 2022-03-07 19:43 UTC

This package is auto-updated.

Last update: 2024-05-17 01:54:59 UTC


README

Total Downloads Latest Stable Version License

Date Fuzzy Span

Install

composer require davidvandertuijn/date_fuzzy_span

Usage

date_fuzzy_span(time() - 10); // moments ago
date_fuzzy_span(time() + 20); // in moments

Localization

The default output is English:

  • moments ago | in moments
  • a few minutes ago | in a few minutes
  • less than an hour ago | in less than an hour
  • a couple of hours ago | in a couple of hours
  • less than a day ago | in less than a day
  • about a day ago | in about a day
  • a couple of days ago | in a couple of days
  • less than a week ago | in less than a week
  • about a week ago | in about a week
  • less than a month ago | in less than a month
  • about a month ago | in about a month
  • a couple of months ago | in a couple of months
  • less than a year ago | in less than a year
  • about a year ago | in about a year
  • a couple of years ago | in a couple of years
  • a few years ago | in a few years
  • about a decade ago | in about a decade
  • a couple of decades ago | in a couple of decades
  • several decades ago | in several decades
  • a long time ago | in a long time