---
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/date/boundaries/
estimated_tokens: 472
product: Flux
version: v0
---

# boundaries package

-   Flux 0.172.0 – 0.177.1
-   View InfluxDB support

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

```js
import "date/boundaries"
```

#### Deprecated

The `boundaries` package is deprecated in favor of [`experimental/date/boundaries`](/flux/v0/stdlib/experimental/date/boundaries/).

## Functions

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

[date/time](/flux/v0/tags/date/time/)
