diff --git a/ej2-javascript/common/internationalization.md b/ej2-javascript/common/internationalization.md index a57dacfbf..0c9bcc4b9 100644 --- a/ej2-javascript/common/internationalization.md +++ b/ej2-javascript/common/internationalization.md @@ -322,6 +322,7 @@ Apart from the standard date type formats additional format are supported by usi | h / H | Denotes the hour. *h* for 12 hour and *H* for 24 hours format. | | m | Denotes minutes. | | s | Denotes seconds. | +| f | Denotes milliseconds. | | a | Denotes the am/pm designator it will only be displayed if hour is specified in the h format. | | z | Denotes the time zone. | | ' (single quotes) | To display words in the formatted date you can specify the words with in the single quotes |