PHPackages                             mimosu/nova-split-date-input - 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. mimosu/nova-split-date-input

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

mimosu/nova-split-date-input
============================

A Laravel Nova field.

v1.0.0(1y ago)073[1 issues](https://github.com/mimosu/nova-split-date-input/issues)MITVuePHP ^7.3|^8.0

Since May 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mimosu/nova-split-date-input)[ Packagist](https://packagist.org/packages/mimosu/nova-split-date-input)[ RSS](/packages/mimosu-nova-split-date-input/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

The Nova Split Date Input
=========================

[](#the-nova-split-date-input)

[![Latest Version on Packagist](https://camo.githubusercontent.com/75879852469b8fa0861a84c6055113756e6b9905f8384e11f729bc942bd3a71f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696d6f73752f6e6f76612d73706c69742d646174652d696e7075742e737667)](https://packagist.org/packages/mimosu/nova-split-date-input)[![Total Downloads](https://camo.githubusercontent.com/87750489f63aed01a99a53851cb69176e7e7d38a5cd9f60bf453a3c3391c9f05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d696d6f73752f6e6f76612d73706c69742d646174652d696e7075742e737667)](https://packagist.org/packages/mimosu/nova-split-date-input)[![License](https://camo.githubusercontent.com/2b6d4b0eb8ac13fd3a9517657023ab3f699e5d6b396d99feb6846d3fd43a56f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d696d6f73752f6e6f76612d73706c69742d646174652d696e7075742e737667)](https://github.com/mimosu/nova-split-date-input/blob/main/LICENSE)

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

[](#installation)

```
composer require mimosu/nova-split-date-input
```

Usage
-----

[](#usage)

```
use Mimosu\NovaSplitDateInput\SplitDate;
    //...
    public function fields(NovaRequest $request): array
    {
        return [
            SplitDate::make(__('Date of birth'), 'date_of_birth')
                ->delimiters(__('Year'), __('Month'), __('Day'))
                ->limitYears(1900, 2024)
                ->rules('required', 'date'),
        ];
    }
```

Screenshots
-----------

[](#screenshots)

[![Screenshot 1](https://github.com/mimosu/nova-split-date-input/raw/main/img/Screenshot_en.png?raw=true)](https://github.com/mimosu/nova-split-date-input/blob/main/img/Screenshot_en.png?raw=true)[![Screenshot 2](https://github.com/mimosu/nova-split-date-input/raw/main/img/Screenshot_jp.png?raw=true)](https://github.com/mimosu/nova-split-date-input/blob/main/img/Screenshot_jp.png?raw=true)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

719d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/194ec784eeef71fdc5bc74045d8db9973fe495a1f56eaa21f944826da9c0184d?d=identicon)[mimosu](/maintainers/mimosu)

---

Top Contributors

[![mimosu](https://avatars.githubusercontent.com/u/16421847?v=4)](https://github.com/mimosu "mimosu (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/mimosu-nova-split-date-input/health.svg)

```
[![Health](https://phpackages.com/badges/mimosu-nova-split-date-input/health.svg)](https://phpackages.com/packages/mimosu-nova-split-date-input)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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