--- 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: date identifier: date/boundaries weight: 21 cascade: introduced: 0.172.0 deprecated: 0.177.1 --- The `boundaries` package provides operators for finding the boundaries around certain days, months, and weeks. Import the `date/boundaries` package: ```js import "date/boundaries" ``` {{% warn %}} #### Deprecated The `boundaries` package is deprecated in favor of [`experimental/date/boundaries`](/flux/v0/stdlib/experimental/date/boundaries/). {{% /warn %}} ## Functions {{< children type="functions" show="pages" >}}