Skip to content

Commit 04bac42

Browse files
Integrated latest changes at 05-31-2024 7:32:02 PM
1 parent ea69112 commit 04bac42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ej2-react/common/globalization/internationalization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ A custom format string must contain one or more of the following standard date/t
266266
| h / H | Denotes the hour. *h* for 12 hour and *H* for 24 hours format. |
267267
| m | Denotes minutes. |
268268
| s | Denotes seconds. |
269+
| f | Denotes milliseconds. |
269270
| a | Denotes the am/pm designator it will only be displayed if hour is specified in the h format. |
270271
| z | Denotes the time zone. |
271272
| ' (single quotes) | To display words in the formatted date you can specify the words with in the single quotes |

0 commit comments

Comments
 (0)