Inline Date-Time Picker plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Inline Date-Time Picker

Community

A plugin for adding inline date-time pickers to your forms.

Tags: Forms Form Field
Supported versions:
5.x 4.x 3.x
Jacobtims avatar Author: Jacobtims

Package health

Beta

Automated checks of this plugin's Composer package

74 / 100
Security 52
Maintenance 100
Ecosystem 100
13 checks
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Powered by Plumb Last scanned 1 day ago

Documentation

Version:

Filament 5.x Latest Version on Packagist Total Downloads

Screenshot

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

Jacobtims avatar Author: Jacobtims

Jacob is a full-stack web developer with over 10 years of experience. He is very passionate about Laravel and enjoys working with the TALL stack.

Plugins
2
Stars
27

From the same author