You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/80 Troubleshooting/10 Date String Handling Issues/05 Supported Formats, Exceptions, and Settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ Specify an ISO 8601 format with the **dateSerializationFormat** property. This p
### Important: The format of the date string in your component's data source does not determine the date's final display format
37
+
[important]The format of the date string in your component's data source does not determine the date's final display format.
38
38
39
39
DevExtreme **does not maintain** the format of the original date string when it converts a timestamp into human-readable form.
40
40
41
-
The **dataSerializationFormat** property *does not* determine how DevExtreme displays your date.
41
+
The **dateSerializationFormat** property *does not* determine how DevExtreme displays your date.
42
42
43
43
The [Value Formatting](/concepts/Common/Value%20Formatting'/Documentation/Guide/Common/Value_Formatting/') guide explains how to change the way DevExtreme displays time and date data.
0 commit comments