Merge pull request #422 from carbonid1/master
Corrected a few mistakes in English.
This commit is contained in:
commit
6d8d8ef992
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ importance: 5
|
|||
|
||||
# European weekday
|
||||
|
||||
European countries have days of week starting with monday (number 1), then tuesday (number 2) and till sunday (number 7). Write a function `getLocalDay(date)` that returns the "european" day of week for `date`.
|
||||
European countries have days of week starting with Monday (number 1), then Tuesday (number 2) and till Sunday (number 7). Write a function `getLocalDay(date)` that returns the "European" day of week for `date`.
|
||||
|
||||
```js no-beautify
|
||||
let date = new Date(2012, 0, 3); // 3 Jan 2012
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue