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.
2 parents 29af8d1 + f314123 commit c60d730Copy full SHA for c60d730
ej2-javascript/common/internationalization.md
@@ -322,6 +322,7 @@ Apart from the standard date type formats additional format are supported by usi
322
| h / H | Denotes the hour. *h* for 12 hour and *H* for 24 hours format. |
323
| m | Denotes minutes. |
324
| s | Denotes seconds. |
325
+| f | Denotes milliseconds. |
326
| a | Denotes the am/pm designator it will only be displayed if hour is specified in the h format. |
327
| z | Denotes the time zone. |
328
| ' (single quotes) | To display words in the formatted date you can specify the words with in the single quotes |
0 commit comments