Skip to content

Commit

Permalink
Update to date
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosahon committed Oct 29, 2024
1 parent e11127d commit af18630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libs/LayDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static function date(string|int|null $datetime = null, string $format = "
$format = match ($format_index) {
0 => "Y-m-d",
1 => "H:i:s",
2 => "D d, M Y - h:i a",
2 => "D, d M Y h:i a",
3 => "D, d M Y H:i:s T",
default => $format,
};
Expand Down

0 comments on commit af18630

Please sign in to comment.