--- title: boundaries package description: > The `boundaries` package provides operators for finding the boundaries around certain days, months, and weeks. menu: flux_v0_ref: name: boundaries parent: experimental/date identifier: experimental/date/boundaries weight: 31 cascade: introduced: 0.177.1 --- The `boundaries` package provides operators for finding the boundaries around certain days, months, and weeks. Import the `experimental/date/boundaries` package: ```js import "experimental/date/boundaries" ``` ## Functions {{< children type="functions" show="pages" >}}