2017 © Pedro Peláez
 

symfony-bundle date-form-bundle

This bundle fixed issue with timezone Europe/Moscow when used ICU < 54.1

image

yethee/date-form-bundle

This bundle fixed issue with timezone Europe/Moscow when used ICU < 54.1

  • Wednesday, October 28, 2015
  • by yethee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DateFormBundle Build Status

This bundle fixed issue with timezone Europe/Moscow for date and datetime form types, when used ICU < 54.1., (*1)

See this issue for details., (*2)

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)

$ composer require yethee/date-form-bundle

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:, (*4)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Yethee\DateFormBundle\YetheeDateFormBundle(),
    );
}

The Versions

28/10 2015

dev-master

9999999-dev

This bundle fixed issue with timezone Europe/Moscow when used ICU < 54.1

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar yethee

form date-formatter

28/10 2015

0.1.0

0.1.0.0

This bundle fixed issue with timezone Europe/Moscow when used ICU < 54.1

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar yethee

form date-formatter