Skip to content

Commit

Permalink
Fixed %k example
Browse files Browse the repository at this point in the history
  • Loading branch information
alphp committed Apr 2, 2022
1 parent a3e7043 commit 5303e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ You can install this plugin into your application using [composer](https://getco
| Format | Description | Example returned values |
|:------:|-------------------------------------------------------------------------------|--------------------------------------------------------|
| `%H` | Two digit representation of the hour in 24-hour format | `00` through `23` |
| `%k` | Hour in 24-hour format, with a space preceding single digits | `0` through `23` |
| `%k` | Hour in 24-hour format, with a space preceding single digits | ` 0` through `23` |
| `%I` | Two digit representation of the hour in 12-hour format | `01` through `12` |
| `%l` | (lower-case 'L') Hour in 12-hour format, with a space preceding single digits | ` 1` through `12` |
| `%M` | Two digit representation of the minute | `00` through `59` |
Expand Down

0 comments on commit 5303e55

Please sign in to comment.