---
title: boundaries package
description: The boundaries package provides operators for finding the boundaries around certain days, months, and weeks.
url: https://docs.influxdata.com/flux/v0/stdlib/experimental/date/boundaries/
estimated_tokens: 482
product: Flux
version: v0
---

# boundaries package

-   Flux 0.177.1+
-   View InfluxDB support

The `boundaries` package is experimental and [subject to change at any time](/flux/v0/stdlib/experimental/#experimental-packages-are-subject-to-change).

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

-   [boundaries.friday()](/flux/v0/stdlib/experimental/date/boundaries/friday/)
-   [boundaries.monday()](/flux/v0/stdlib/experimental/date/boundaries/monday/)
-   [boundaries.month()](/flux/v0/stdlib/experimental/date/boundaries/month/)
-   [boundaries.saturday()](/flux/v0/stdlib/experimental/date/boundaries/saturday/)
-   [boundaries.sunday()](/flux/v0/stdlib/experimental/date/boundaries/sunday/)
-   [boundaries.thursday()](/flux/v0/stdlib/experimental/date/boundaries/thursday/)
-   [boundaries.tuesday()](/flux/v0/stdlib/experimental/date/boundaries/tuesday/)
-   [boundaries.wednesday()](/flux/v0/stdlib/experimental/date/boundaries/wednesday/)
-   [boundaries.week()](/flux/v0/stdlib/experimental/date/boundaries/week/)
-   [boundaries.yesterday()](/flux/v0/stdlib/experimental/date/boundaries/yesterday/)
