PHPackages                             serverti/scdatetimepicker-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. [Templating &amp; Views](/categories/templating)
4. /
5. serverti/scdatetimepicker-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

serverti/scdatetimepicker-bundle
================================

Symfony bundle for Bootstrap DateTime picker

v2.0.1(7y ago)017MITJavaScript

Since Dec 7Pushed 6mo agoCompare

[ Source](https://github.com/victorga10/SCDatetimepickerBundle)[ Packagist](https://packagist.org/packages/serverti/scdatetimepicker-bundle)[ RSS](/packages/serverti-scdatetimepicker-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

\#DatetimepickerBundle

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

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

\##Installation

### Step 1: Install DatetimepickerBundle

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

```
php composer.phar require serverti/scdatetimepicker-bundle
```

### Step 2: Enable the bundle

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

```
# app/config/config.yml
sc_datetimepicker:
    picker: ~
```

### Step 3: Initialize assets

[](#step-3-initialize-assets)

```
$ php app/console assets:install web/
```

Usages
------

[](#usages)

```
