Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions ej2-react-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -863,8 +863,12 @@
<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>
</ul>
</li>
<li><a href="/ej2-react/document-editor/collaborative-editing">Collaborative Editing</a></li>
<li><a href="/ej2-react/document-editor/collaborative-editing-java">Collaborative Editing using Java</a></li>
<li>Collaborative Editing
<ul>
<li><a href="/ej2-react/document-editor/collaborative-editing/using-dot-net">Using ASP.NET</a></li>
<li><a href="/ej2-react/document-editor/collaborative-editing/using-java">Using Java</a></li>
</ul>
</li>
<li><a href="/ej2-react/document-editor/image">Images</a></li>
<li><a href="/ej2-react/document-editor/shapes">Shapes</a></li>
<li><a href="/ej2-react/document-editor/text-wrapping-style">Text Wrapping Style</a></li>
Expand Down
1 change: 1 addition & 0 deletions ej2-react/common/globalization/internationalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ A custom format string must contain one or more of the following standard date/t
| 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 |
Expand Down