Skip to content

Commit d73a78e

Browse files
Merge pull request #438 from Syncfusion-Content/hotfix/hotfix-v25.2.3
DOCINFRA-2341_merged_using_automation
2 parents 01f11ad + 590e62c commit d73a78e

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

ej2-react-toc.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,8 +863,12 @@
863863
<li><a href="/ej2-react/document-editor/server-deployment/how-to-publish-documenteditor-web-api-application-in-azure-app-service-from-visual-studio">How to Publish DocumentEditor Web API Application in Azure App Service from Visual Studio</a></li>
864864
</ul>
865865
</li>
866-
<li><a href="/ej2-react/document-editor/collaborative-editing">Collaborative Editing</a></li>
867-
<li><a href="/ej2-react/document-editor/collaborative-editing-java">Collaborative Editing using Java</a></li>
866+
<li>Collaborative Editing
867+
<ul>
868+
<li><a href="/ej2-react/document-editor/collaborative-editing/using-dot-net">Using ASP.NET</a></li>
869+
<li><a href="/ej2-react/document-editor/collaborative-editing/using-java">Using Java</a></li>
870+
</ul>
871+
</li>
868872
<li><a href="/ej2-react/document-editor/image">Images</a></li>
869873
<li><a href="/ej2-react/document-editor/shapes">Shapes</a></li>
870874
<li><a href="/ej2-react/document-editor/text-wrapping-style">Text Wrapping Style</a></li>

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)