We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DateFormat::containsTime
1 parent f2d34e7 commit c891d1aCopy full SHA for c891d1a
1 file changed
src/Support/DateFormat.php
@@ -6,6 +6,6 @@ class DateFormat
6
{
7
public static function containsTime($format)
8
9
- return Str::contains($format, ['G', 'g', 'H', 'h', 'U', 'c', 'r']);
+ return Str::contains($format, ['a', 'A', 'B', 'g', 'G', 'h', 'H', 'i', 's', 'u', 'v', 'U', 'c', 'r']);
10
}
11
0 commit comments