Skip to content

Commit

Permalink
Fixing 12-hour format to 24-hour format of an hour with leading zeros (
Browse files Browse the repository at this point in the history
  • Loading branch information
Isa3v authored Sep 18, 2024
1 parent 467a9c1 commit 01cf167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screen/Components/Cells/DateTimeSplit.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DateTimeSplit extends Component
public function __construct(
protected mixed $value,
protected string $upperFormat = 'M j, Y',
protected string $lowerFormat = 'D, h:i',
protected string $lowerFormat = 'D, H:i',
protected DateTimeZone|null|string $tz = null,
) {}

Expand Down

0 comments on commit 01cf167

Please sign in to comment.