We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80627b0 + 337c6de commit de34541Copy full SHA for de34541
1-js/05-data-types/10-date/article.md
@@ -108,7 +108,7 @@ alert( date.getHours() );
108
alert( date.getUTCHours() );
109
```
110
111
-Besides the given methods, there are two special ones, that do not have a UTC-variant:
+Besides the given methods, there are two special ones that do not have a UTC-variant:
112
113
[getTime()](mdn:js/Date/getTime)
114
: Returns the timestamp for the date -- a number of milliseconds passed from the January 1st of 1970 UTC+0.
0 commit comments