# @vaadin/date-time-picker

> vaadin-date-time-picker

Latest version **25.2.11** (published 2026-09-11) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @vaadin/date-time-picker
pnpm add @vaadin/date-time-picker
yarn add @vaadin/date-time-picker
bun add @vaadin/date-time-picker
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 25.2.11 |
| Published | 2026-09-11 |
| First published | 2021-10-08 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 582 |
| Author | Vaadin Ltd |
| Maintainers | web-padawan, diegocardoso, alvarezguille, platosha, jouni, manolo, yuriyyev, vaadin-owner, tomivirkki, artur-, sunzhewyq, sissbruecker |
| Keywords | Vaadin, vaadin-date-time-picker, web-components, web-component |

## Links

- npm: https://www.npmjs.com/package/@vaadin/date-time-picker
- Repository: https://github.com/vaadin/web-components
- Homepage: https://vaadin.com/components
- Issues: https://github.com/vaadin/web-components/issues
- npm.io page: https://npm.io/package/@vaadin/date-time-picker

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 25.2.11 (latest) — 2026-09-11
- 25.3.0-rc1 (next) — 2026-09-16
- 25.3.0-dev.1fa5a51482 (dev-disable-dates) — 2026-07-25
- 24.4.0-dev.4b20a0c55.3 (canary) — 2024-03-22
- 25.3.0-beta3 — 2026-09-11
- 25.1.14 — 2026-09-11
- 25.3.0-beta2 — 2026-09-07
- 23.6.6 — 2026-09-07
- 25.2.10 — 2026-09-03
- 25.1.13 — 2026-09-03
- 24.10.6 — 2026-09-03
- 24.9.18 — 2026-09-01
- 25.3.0-beta1 — 2026-08-31
- 25.2.9 — 2026-08-26
- 24.10.5 — 2026-08-26
- … 634 more at https://npm.io/package/@vaadin/date-time-picker/versions

## README

# @vaadin/date-time-picker

An input field web component for selecting both a date and a time.

[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/date-time-picker)

[![npm version](https://badgen.net/npm/v/@vaadin/date-time-picker)](https://www.npmjs.com/package/@vaadin/date-time-picker)

```html
<vaadin-date-time-picker></vaadin-date-time-picker>
```

## Installation

Install the component:

```sh
npm i @vaadin/date-time-picker
```

Once installed, import the component in your application:

```js
import '@vaadin/date-time-picker';
```

## Contributing

Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

## License

Apache License 2.0

Vaadin collects usage statistics at development time to improve this product.
For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.

---
_Source: https://npm.io/package/@vaadin/date-time-picker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
