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 ea69112 commit 04bac42Copy full SHA for 04bac42
ej2-react/common/globalization/internationalization.md
@@ -266,6 +266,7 @@ A custom format string must contain one or more of the following standard date/t
266
| h / H | Denotes the hour. *h* for 12 hour and *H* for 24 hours format. |
267
| m | Denotes minutes. |
268
| s | Denotes seconds. |
269
+| f | Denotes milliseconds. |
270
| a | Denotes the am/pm designator it will only be displayed if hour is specified in the h format. |
271
| z | Denotes the time zone. |
272
| ' (single quotes) | To display words in the formatted date you can specify the words with in the single quotes |
0 commit comments