bespoke-support/date-guesser

日期猜测器(仅限标准(非美国)格式)

1.0.6 2021-10-19 08:34 UTC

This package is auto-updated.

Last update: 2024-09-19 15:14:18 UTC


README

当您不确定提供的格式时,允许创建一个Carbon对象

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

允许添加新格式

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