dblencowe/time-string-formatter

Convert a string like 1W 2D to seconds

Installs: 190

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dblencowe/time-string-formatter

1.3.1 2017-01-22 20:36 UTC

This package is auto-updated.

Last update: 2025-10-07 01:36:10 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)