PHPackages                             jacobtims/inline-date-time-picker - 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. jacobtims/inline-date-time-picker

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

jacobtims/inline-date-time-picker
=================================

A Filament plugin for adding inline Date-time Pickers to your Filament forms.

v2.1.0(3mo ago)85.6k↓15.7%4MITPHPPHP ^8.2CI passing

Since Sep 12Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Jacobtims/inline-date-time-picker)[ Packagist](https://packagist.org/packages/jacobtims/inline-date-time-picker)[ Docs](https://github.com/jacobtims/inline-date-time-picker)[ GitHub Sponsors](https://github.com/Jacobtims)[ RSS](/packages/jacobtims-inline-date-time-picker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (8)Used By (0)

Filament Inline Date-time Picker
================================

[](#filament-inline-date-time-picker)

[![Filament 5.x](https://camo.githubusercontent.com/0e57a1f26e839b15c6bf9d07adaf8c97a2452fe6cac2cd3caa686e85178c9ebe/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66696c616d656e742d352e782d4542423330343f7374796c653d666c61742d737175617265)](https://filamentphp.com/docs/5.x/introduction/installation)[![Latest Version on Packagist](https://camo.githubusercontent.com/acf59dedbfdaf604f935af26f2bd65ba9c89f1ded680b3e3c31c199b80672aef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61636f6274696d732f696e6c696e652d646174652d74696d652d7069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jacobtims/inline-date-time-picker)[![Total Downloads](https://camo.githubusercontent.com/c44f7dcd9c06dbe96132e42a571072639fa5a7cce80a7bacdfd4259bb5bf56fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61636f6274696d732f696e6c696e652d646174652d74696d652d7069636b65722e7376673f7374796c653d666c61742d73717561726526636f6c6f723d23343443433131)](https://packagist.org/packages/jacobtims/inline-date-time-picker)

[![Screenshot](./art/preview.png)](./art/preview.png)

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

Installation
------------

[](#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
-----

[](#usage)

You can use all of the methods available for the Filament [Date-time picker](https://filamentphp.com/docs/4.x/forms/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
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jacobtims](https://github.com/Jacobtims)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance85

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~127 days

Total

5

Last Release

105d ago

Major Versions

v1.0.1 → v2.0.02025-08-21

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/66d3b8889bd243b4660ceb9afea8a1cb8dc6452dcbc0ad8b168507b1a99f9a4a?d=identicon)[Jacobtims](/maintainers/Jacobtims)

---

Top Contributors

[![Jacobtims](https://avatars.githubusercontent.com/u/75219092?v=4)](https://github.com/Jacobtims "Jacobtims (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

laravelJacobtimsinline-date-time-picker

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jacobtims-inline-date-time-picker/health.svg)

```
[![Health](https://phpackages.com/badges/jacobtims-inline-date-time-picker/health.svg)](https://phpackages.com/packages/jacobtims-inline-date-time-picker)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[outerweb/filament-settings

Filament integration for the outerweb/settings package

3690.9k4](/packages/outerweb-filament-settings)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
