Corrected a few mistakes in English.
As far as I know, the first letter in the word "European"/days of the week should be capitalized.
This commit is contained in:
parent
62a0bb597f
commit
6c800d71ca
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