PHPackages                             alexjeen/yii2-datetimepicker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. alexjeen/yii2-datetimepicker

ActiveYii2-extension

alexjeen/yii2-datetimepicker
============================

Yii2 datetimepicker

0511JavaScript

Since Jun 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/alexjeen/yii2-datetimepicker)[ Packagist](https://packagist.org/packages/alexjeen/yii2-datetimepicker)[ RSS](/packages/alexjeen-yii2-datetimepicker/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 DateTimePicker widget
==========================

[](#yii2-datetimepicker-widget)

### Update your Composer JSON to:

[](#update-your-composer-json-to)

"alexjeen/yii2-datetimepicker": "dev-master",

And add:

"repositories": \[ { "type": "vcs", "url": "" } \],

### Описание

[](#описание)

Виджет DateTimePicker (  ) для Yii2

### Скриншоты

[](#скриншоты)

[![ScreenShot](https://raw.githubusercontent.com/vakorovin/yii2-datetimepicker/master/picker/screen/1.png)](https://raw.githubusercontent.com/vakorovin/yii2-datetimepicker/master/picker/screen/1.png)

[![ScreenShot](https://raw.githubusercontent.com/vakorovin/yii2-datetimepicker/master/picker/screen/2.png)](https://raw.githubusercontent.com/vakorovin/yii2-datetimepicker/master/picker/screen/2.png)

[![ScreenShot](https://raw.githubusercontent.com/vakorovin/yii2-datetimepicker/master/picker/screen/3.png)](https://raw.githubusercontent.com/vakorovin/yii2-datetimepicker/master/picker/screen/3.png)

### Установка

[](#установка)

В корне вашего проекта в composer.json в раздел "require" пропишите:

```
"vakorovin/yii2-datetimepicker": "dev-master"

```

и после выполните команду:

```
php composer.phar install

```

Или же выполните команду:

```
php composer.phar require --prefer-dist vakorovin/yii2-datetimepicker "dev-master"

```

### Использование

[](#использование)

```
use vakorovin\datetimepicker\Datetimepicker;

echo $form->field($model, 'created')->widget(Datetimepicker::className(),[
    'options' => [
        'lang' => 'en',
    ]
]);

```

### Список доступных пареметров находится на сайте автора плагина DateTimePicker:

[](#список-доступных-пареметров-находится-на-сайте-автора-плагина-datetimepicker)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac5fb5a03ed80ddcdf534d987306386b48964e52f937a5ec69c26a3fd1845512?d=identicon)[alexjeen](/maintainers/alexjeen)

---

Top Contributors

[![alexjeen](https://avatars.githubusercontent.com/u/1567497?v=4)](https://github.com/alexjeen "alexjeen (4 commits)")

### Embed Badge

![Health badge](/badges/alexjeen-yii2-datetimepicker/health.svg)

```
[![Health](https://phpackages.com/badges/alexjeen-yii2-datetimepicker/health.svg)](https://phpackages.com/packages/alexjeen-yii2-datetimepicker)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
