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.
1 parent fd8c50a commit d998203Copy full SHA for d998203
README.md
@@ -86,7 +86,8 @@ PHP Style Format Characters (such as those found [here](http://php.net/manual/en
86
| *H* | 24-hour format of an hour with leading zeros | *00* through *23* |
87
| *i* | Minutes with leading zeros | *00* to *59* |
88
| *s* | Seconds with leading zeros | *00* to *59* |
89
-| *v* | Milliseconds | Example *654* |
+| *u* | Microseconds | Example: *654321* |
90
+| *v* | Milliseconds | Example: *654* |
91
| *Timezone* | --- | --- |
92
| *e* | Timezone identifier | *UTC*, *UTC+1* |
93
| *I* (capital i) | Whether the date is in daylight saving time | *DST* if Daylight Savings Time, otherwise nothing |
0 commit comments