Inline Date-Time Picker
A plugin for adding inline date-time pickers to your forms.
Author:
Jacobtims
Documentation

A Filament plugin for adding inline date-time pickers to your forms.
#Installation
You can install the package via composer:
composer require jacobtims/inline-date-time-picker
Optionally, you can publish the views using
php artisan vendor:publish --tag="inline-date-time-picker-views"
#Usage
You can use all of the methods available for the Filament Date-time picker field, except for the prefix and suffix methods.
use Jacobtims\InlineDateTimePicker\Forms\Components\InlineDateTimePicker;
InlineDateTimePicker::make('date')
->label('My Inline Date Time Picker')
->default(today())
->minDate(today())
->date(true)
->time(false)
->required();
#Testing
composer test
#Changelog
Please see CHANGELOG for more information on what has changed recently.
#Contributing
Please see CONTRIBUTING for details.
#Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
#Credits
#License
The MIT License (MIT). Please see License File for more information.
The author
From the same author
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission