1.4 KiB
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. |
|
21 |
|
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" >}}