PHPackages                             bbcreation/datetimepicker - 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. bbcreation/datetimepicker

ActiveComponent[Utility &amp; Helpers](/categories/utility)

bbcreation/datetimepicker
=========================

Fork of date/time picker component designed to work with Tailwind CSS and Momentjs

4.17.47(9y ago)02282MITCSS

Since Aug 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bbcreation/datetimepicker)[ Packagist](https://packagist.org/packages/bbcreation/datetimepicker)[ Docs](http://eonasdan.github.io/bootstrap-datetimepicker/)[ RSS](/packages/bbcreation-datetimepicker/feed)WikiDiscussions master Synced today

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

Date/Time Picker v4.17.47
=========================

[](#datetime-picker-v41747)

Fork to use with Tailwind CSS / Turbolinks / Laravel LiveWire

Use with Turbolinks and Laravel LiveWire:
=========================================

[](#use-with-turbolinks-and-laravel-livewire)

Script:

```

    function Datepicker() {
        $('#datetimepicker').datetimepicker({
            format: 'YYYY-MM-DD H:mm'
        }).on("dp.change", function (e) {
            @this.set('pay_date', e.date);
        });
    };
    window.addEventListener('turbolinks:load', Datepicker);

```

HTML:

```

```

INFO:

Enter the code between and add height so that nothing obstructs:

```
