bespoke-support/date-guesser

Data Guesser (Standard (non-US) format only)

Maintainers

Package info

github.com/BespokeSupport/DateGuesser

pkg:composer/bespoke-support/date-guesser

Statistics

Installs: 17 707

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.6 2021-10-19 08:34 UTC

This package is auto-updated.

Last update: 2026-02-19 18:06:27 UTC


README

Allows the creation of a Carbon object when you are unsure of the format presented

$time = '2017-12-31';
// Carbon object
$carbonObj = DateGuesser::create($time);

Allow new formats

DateGuesser::$attemptFormatsAdditional[] = 'd-m-y H:i';
// e.g. 31-12-17 23:59