summaryrefslogtreecommitdiff
path: root/src/node_modules/chance/docs/time/weekday.md
blob: 05f5484acb73016dbee921de5876600cbcfc5f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# weekday

```js
// usage
chance.weekday()
chance.weekday({weekday_only: true})
```

Return a weekday

```js
chance.weekday();
=> 'Tuesday'
```

By default, weekday_only is false. If set to true it will never return Saturday or Sunday.