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-v6/date-library/Calendar-formatRange.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ calendar.formatRange( *start*, *end*, *settings* )
`settings` is an object that holds any of the [date format config](date-formatting) options. It also accepts the following additional properties:

- `separator` — what will be inserted between the two dates. a `' - '` by default
- `isExclusive` — if `true`, the given end date will be considered the *exclusive end* of the range, meaning date just before the `end` will be rendered instead. Useful if you need to format an exclusive-end whole-day range.
- `isEndExclusive` — if `true`, the given end date will be considered the *exclusive end* of the range, meaning date just before the `end` will be rendered instead. Useful if you need to format an exclusive-end whole-day range.

Example:

Expand Down