docs-v2/content/flux/v0/stdlib/date/boundaries/_index.md

1.4 KiB

title description menu weight cascade
boundaries package The `boundaries` package provides operators for finding the boundaries around certain days, months, and weeks.
flux_v0_ref
name parent identifier
boundaries date date/boundaries
21
introduced deprecated
0.172.0 0.177.1

The boundaries package provides operators for finding the boundaries around certain days, months, and weeks. Import the date/boundaries package:

import "date/boundaries"

{{% warn %}}

Deprecated

The boundaries package is deprecated in favor of experimental/date/boundaries. {{% /warn %}}

Functions

{{< children type="functions" show="pages" >}}