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(6mo ago)812.3k↓13.5%4MITPHPPHP ^8.2CI failing

Since Sep 12Pushed 3mo 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 2w ago

READMEChangelog (4)Dependencies (8)Versions (12)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

48

—

FairBetter than 94% of packages

Maintenance74

Regular maintenance activity

Popularity34

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.6% 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

196d 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 (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 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

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

123204.9k1](/packages/stephenjude-filament-feature-flags)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94160.6k6](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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