Open maisoui opened 3 years ago
public function __construct(string $expression, string $locale = 'en_US', bool $isUse24HourTimeFormat = false, bool $fallback = true)
The third parameter isUse24HourTimeFormat
of the constructor sets the 24-hour format, do you provide true?
Hi,
In french language, 24-hours format is not correct.
45 22 * * *
will giveA 10:45
. This is not correct, it should beA 22:45
.Best regards, Jonathan