PHPackages                             webridge/datetimepicker-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webridge/datetimepicker-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

webridge/datetimepicker-bundle
==============================

Symfony bundle for Bootstrap DateTime picker (fork of Stephane's Collot, just for tagging a release

1.0.1(11y ago)01.4kMITJavaScriptPHP &gt;=5.3

Since Feb 11Pushed 11y ago3 watchersCompare

[ Source](https://github.com/we-bridge/DatetimepickerBundle)[ Packagist](https://packagist.org/packages/webridge/datetimepicker-bundle)[ RSS](/packages/webridge-datetimepicker-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (3)Used By (0)

\#DatetimepickerBundle

This bundle implements the [Bootstrap DateTime Picker](https://github.com/smalot/bootstrap-datetimepicker) in a Form Type for Symfony 2.\*. The bundle structure is inspired by GenemuFormBundle.

Demo :

Please feel free to contribute, to fork, to send merge request and to create ticket.

\##Installation

### Step 1: Install DatetimepickerBundle

[](#step-1-install-datetimepickerbundle)

Add the following dependency to your composer.json file:

```
{
    "require": {

        "stephanecollot/datetimepicker-bundle": "dev-master"
    }
}
```

and then run

```
php composer.phar update stephanecollot/datetimepicker-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
