PHP 8.2.30
Preview: constants.md Size: 721 B
/home/byroehnu/.trash/node_modules11/date-fns/docs/constants.md

# Constants

date-fns provides with a number of useful constants.

## Usage

The constants could be imported from `date-fns/constants` or directly
from `date-fns`:

```js
import { maxTime } from 'date-fns/constants'
import { minTime } from 'date-fns'

function isAllowedTime(time) {
  return time <= maxTime && time >= minTime
}
```

## Constants

### `maxTime`

Maximum allowed time:

```js
import { maxTime } from 'date-fns'

const isValid = 8640000000000001 <= maxTime
//=> false

new Date(8640000000000001)
//=> Invalid Date
```

### `minTime`

Minimum allowed time:

```js
import { minTime } from 'date-fns'

const isValid = -8640000000000001 >= minTime
//=> false

new Date(-8640000000000001)
//=> Invalid Date
```

Directory Contents

Dirs: 0 × Files: 19

Name Size Perms Modified Actions
60 B lrw-r--r-- 2026-02-28 00:32:40
Edit Download
721 B lrw-r--r-- 2026-02-28 00:36:12
Edit Download
510 B lrw-r--r-- 2026-02-28 00:32:40
Edit Download
390 B lrw-r--r-- 2026-02-28 00:32:40
Edit Download
689 B lrw-r--r-- 2026-02-28 00:36:12
Edit Download
2.31 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
2.02 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
2.78 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
27.67 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
3.57 KB lrw-r--r-- 2026-02-28 00:32:44
Edit Download
528 B lrw-r--r-- 2026-02-28 00:34:46
Edit Download
4.40 KB lrw-r--r-- 2026-02-28 00:34:46
Edit Download
2.37 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
2.63 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
1016 B lrw-r--r-- 2026-02-28 00:36:14
Edit Download
2.74 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
1.62 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
4.13 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download
1.40 KB lrw-r--r-- 2026-02-28 00:36:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).