2017-25 © Pedro Peláez
 

yii2-behavior yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

image

kolyasiryk/yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

  • Thursday, June 21, 2018
  • by kolyasiryk
  • Repository
  • 0 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 95 % Grown

The README.md

Yii2 Date Behavior

Installation

The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies. Read this web tip /wiki on setting the minimum-stability settings for your application's composer.json., (*1)

To install, either run, (*2)

$ php composer.phar require kolyasiryk/yii2-date-behavior "*"

or add, (*3)

"kolyasiryk/yii2-date-behavior": "*"

to the require section of your composer.json file., (*4)

Usage

```php public function behaviors() { return [ [ 'class' => \kolyasiryk\behaviors\DateBehavior::className(), 'datetimeDisplayFormat' => 'php:d.m.Y H:i', 'attributes' => [ 'start_date' => 'datetime', 'end_date' => 'datetime', ], ], ]; }, (*5)

The Versions

21/06 2018

dev-master

9999999-dev https://github.com/KolyaSirik/yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

  Sources   Download

MIT

The Requires

 

yii2 date behavior active record

14/05 2018

v1.0.5

1.0.5.0 https://github.com/KolyaSirik/yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

  Sources   Download

MIT

The Requires

 

yii2 date behavior active record

12/12 2017

v1.0.4

1.0.4.0 https://github.com/KolyaSirik/yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

  Sources   Download

MIT

The Requires

 

yii2 date behavior active record

03/11 2017

v1.0.3

1.0.3.0 https://github.com/KolyaSirik/yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

  Sources   Download

MIT

The Requires

 

yii2 date behavior active record

03/11 2017

v1.0.2

1.0.2.0 https://github.com/KolyaSirik/yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

  Sources   Download

MIT

The Requires

 

yii2 date behavior active record

03/11 2017

v1.0.1

1.0.1.0 https://github.com/KolyaSirik/yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

  Sources   Download

MIT

The Requires

 

yii2 date behavior active record

03/11 2017

v1.0

1.0.0.0 https://github.com/KolyaSirik/yii2-date-behavior

This behavior makes it easy to save and to take date in correct format.

  Sources   Download

MIT

The Requires

 

yii2 date behavior active record