Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/query/is-between.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Units are case insensitive, and support plural and short forms.

The fourth parameter is about inclusivity. A `[` indicates inclusion of a value. A `(` indicates exclusion.

If the inclusivity parameter is used, both indicators must be passed.
If the inclusivity parameter is used, both indicators must be passed. If it is omitted, it defaults to `'()'` (exclusive).

```js
dayjs('2016-10-30').isBetween('2016-01-01', '2016-10-30', null, '[)')
Expand Down