Download the PHP package bbcreation/datetimepicker without Composer
On this page you can find all versions of the php package bbcreation/datetimepicker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bbcreation/datetimepicker
More information about bbcreation/datetimepicker
Files in bbcreation/datetimepicker
Download bbcreation/datetimepicker
More information about bbcreation/datetimepicker
Files in bbcreation/datetimepicker
Vendor bbcreation
Package datetimepicker
Short Description Date/time picker widget based on twitter bootstrap
License MIT
Homepage http://eonasdan.github.io/bootstrap-datetimepicker/
Package datetimepicker
Short Description Date/time picker widget based on twitter bootstrap
License MIT
Homepage http://eonasdan.github.io/bootstrap-datetimepicker/
Keywords bootstrapDateTimePicker
Please rate this library. Is it a good library?
Informations about the package datetimepicker
Date/Time Picker v4.17.47
Fork to use with Tailwind CSS / Turbolinks / Laravel LiveWire
Use with Turbolinks and Laravel LiveWire:
Script:
<script type="text/javascript">
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);
</script>
HTML:
<label>
<div wire:ignore>
<input type="text" class="form-input block w-full text-xs" placeholder="{{ __('Pay Date') }}" id="datetimepicker">
</div>
</label>
INFO:
Enter the code between and add height so that nothing obstructs:
<div style="position: relative; height: 90vh;></div>
All versions of datetimepicker with dependencies
PHP Build Version
Package Version
Requires
robloach/component-installer Version
*
components/jquery Version >=1.9.1
moment/moment Version >=2.10.5
components/jquery Version >=1.9.1
moment/moment Version >=2.10.5
The package bbcreation/datetimepicker contains the following files
Loading the files please wait ....