bbcreation/datetimepicker
Composer 安装命令:
composer require bbcreation/datetimepicker
包简介
Fork of date/time picker component designed to work with Tailwind CSS and Momentjs
README 文档
README
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>
统计信息
- 总下载量: 228
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-17