PHPackages                             rulin132/date-picker-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. rulin132/date-picker-bundle

ActiveSymfony-bundle

rulin132/date-picker-bundle
===========================

DatePicker and DateTimePicker field type for Symfony2 and SonataAdminBundle.

v1.0.2(6y ago)096MITPHP

Since Oct 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rulin132/StnwDatePickerBundle)[ Packagist](https://packagist.org/packages/rulin132/date-picker-bundle)[ RSS](/packages/rulin132-date-picker-bundle/feed)WikiDiscussions master Synced today

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

StnwDatePickerBundle
====================

[](#stnwdatepickerbundle)

The bundles jQuery provides DatePicker to handle date input and datetime field type. The datepicker is localized according to the user’s locale.

Installation
------------

[](#installation)

### Download using composer

[](#download-using-composer)

Require `stnw/date-picker-bundle` in your `composer.json` file:

```
{
    "require": {
        "stnw/date-picker-bundle": "dev-master"
    }
}
```

Then run `composer.phar install` as usual.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
