From f314123f58077966dee46293d983a29fbeefc69c Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Fri, 31 May 2024 13:27:01 +0530 Subject: [PATCH] Integrated latest changes at 05-31-2024 10:36:49 AM --- ej2-javascript/common/internationalization.md | 1 + 1 file changed, 1 insertion(+) 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 |