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
parseDate("2000-11-06T10:30Z"); // Mon Nov 06 2000 12:30
53
53
```
54
54
55
-
For more examples and available configuration options, refer to the article on [date parsing](https://github.com/telerik/kendo-intl/blob/master/docs/dates/date-parsing.md).
55
+
For more examples and available configuration options, refer to the article on [date parsing](https://github.com/telerik/kendo-intl/blob/master/docs/date-parsing/index.md).
For more examples and available configuration options, refer to the article on [date formatting](https://github.com/telerik/kendo-intl/blob/master/docs/dates/date-formatting.md).
69
+
For more examples and available configuration options, refer to the article on [date formatting](https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md).
For more examples and available configuration options, refer to the article on [number parsing](https://github.com/telerik/kendo-intl/blob/master/docs/numbers/number-parsing.md).
84
+
For more examples and available configuration options, refer to the article on [number parsing](https://github.com/telerik/kendo-intl/blob/master/docs/num-parsing/index.md).
85
85
86
86
### Number Formatting
87
87
@@ -103,7 +103,7 @@ formatNumber(1234.567, {
103
103
formatNumber(2345678, "##,#.00"); // 2,345,678.00
104
104
```
105
105
106
-
For more examples and available configuration options, refer to the article on [number formatting](https://github.com/telerik/kendo-intl/blob/master/docs/numbers/number-formatting.md).
106
+
For more examples and available configuration options, refer to the article on [number formatting](https://github.com/telerik/kendo-intl/blob/master/docs/num-formatting/index.md).
107
107
108
108
## Installation
109
109
@@ -130,4 +130,4 @@ var numbers = require('@telerik/kendo-intl/number').numbers;
130
130
var dates =require('@telerik/kendo-intl/dates').dates;
131
131
```
132
132
133
-
> To install the npm package, it is recommended that you use Node.js 5.0.0 or later versions.
133
+
> To install the npm package, you use Node.js 5.0.0 or later versions.
0 commit comments