dblencowe/time-string-formatter

Convert a string like 1W 2D to seconds

Maintainers

Package info

github.com/dblencowe/time-string-formatter

pkg:composer/dblencowe/time-string-formatter

Statistics

Installs: 190

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.3.1 2017-01-22 20:36 UTC

This package is auto-updated.

Last update: 2026-03-07 02:32:45 UTC


README

Convert date string to seconds

Take a string (fox example 2d 6H) and convert it to seconds. Currently supports the following units:

  • W (Weeks)
  • D (Days)
  • H (Hours)
  • M (Minutes)
  • S (Seconds)