PHPackages                             64robots/nova-date-filter - 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. [Search &amp; Filtering](/categories/search)
4. /
5. 64robots/nova-date-filter

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

64robots/nova-date-filter
=========================

A Laravel Nova date filter.

0.3.2(7y ago)3231.0k↓39.3%43[1 PRs](https://github.com/64robots/nova-date-filter/pulls)MITCSSPHP &gt;=7.1.0

Since Sep 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/64robots/nova-date-filter)[ Packagist](https://packagist.org/packages/64robots/nova-date-filter)[ RSS](/packages/64robots-nova-date-filter/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (9)Used By (0)

DEPRECATED
==========

[](#deprecated)

Since Nova 1.1.8 this feature has been adopted to the core. You should upgrade Nova and use that filter instead.

Date Filter for Laravel Nova
----------------------------

[](#date-filter-for-laravel-nova)

Nova filter that displays a Date Picker instead of a select.

### Demo

[](#demo)

[![Demo](https://camo.githubusercontent.com/63a92883963a4ebbc48b9d1e20c8050937336e6aba41968cd801e5635bb6703b/687474703a2f2f672e7265636f726469742e636f2f3773473530794566374f2e676966)](https://camo.githubusercontent.com/63a92883963a4ebbc48b9d1e20c8050937336e6aba41968cd801e5635bb6703b/687474703a2f2f672e7265636f726469742e636f2f3773473530794566374f2e676966)

### Install

[](#install)

Run this command in your nova project: `composer require 64robots/nova-date-filter`

### How to use

[](#how-to-use)

Just use DateFilter class instead of Filter

```
use R64\Filters\DateFilter;

class DateFrom extends DateFilter
{
  //
}
```

### Customization

[](#customization)

As Date Filter is not a select anymore we can use options method to pass the date picker config

```
use R64\Filters\DateFilter;

class DateFrom extends DateFilter
{
  //...

  public function options(Request $request)
  {
    return [
      'dateFormat' => 'Y-m-d', // default Y-m-d H:i:S
      'placeholder' => 'My placeholder', // default __('Pick a date')
      'disabled' => true, // default false
      'twelveHourTime' => true, // default false
      'enableTime' => true, // default false
      'enableSeconds' => true, // default false
    ];
  }
}
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.3% 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 ~9 days

Total

8

Last Release

2776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88e19e84d31e5f50eb2e338915669ae04f507a643fa24f88afc870520d8bef23?d=identicon)[64robots](/maintainers/64robots)

---

Top Contributors

[![beliolfa](https://avatars.githubusercontent.com/u/12644599?v=4)](https://github.com/beliolfa "beliolfa (18 commits)")[![avrahamappel](https://avatars.githubusercontent.com/u/33736292?v=4)](https://github.com/avrahamappel "avrahamappel (7 commits)")[![angelocala94](https://avatars.githubusercontent.com/u/6445721?v=4)](https://github.com/angelocala94 "angelocala94 (1 commits)")[![bomshteyn](https://avatars.githubusercontent.com/u/4259699?v=4)](https://github.com/bomshteyn "bomshteyn (1 commits)")[![niladam](https://avatars.githubusercontent.com/u/4151765?v=4)](https://github.com/niladam "niladam (1 commits)")

---

Tags

laraveldatefilternova

### Embed Badge

![Health badge](/badges/64robots-nova-date-filter/health.svg)

```
[![Health](https://phpackages.com/badges/64robots-nova-date-filter/health.svg)](https://phpackages.com/packages/64robots-nova-date-filter)
```

###  Alternatives

[ampeco/nova-date-range-filter

A Laravel Nova date range filter.

351.0M1](/packages/ampeco-nova-date-range-filter)[marshmallow/nova-date-range-filter

A Laravel Nova date range filter.

13335.4k](/packages/marshmallow-nova-date-range-filter)[pos-lifestyle/laravel-nova-date-range-filter

A Laravel Nova date range filter.

16181.8k](/packages/pos-lifestyle-laravel-nova-date-range-filter)[outl1ne/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64414.1k](/packages/outl1ne-nova-detached-filters)[outl1ne/nova-input-filter

An input filter for Laravel Nova

241.0M](/packages/outl1ne-nova-input-filter)[suenerds/nova-searchable-belongs-to-filter

Searchable Nova filter for belongsTo relationships.

29626.4k](/packages/suenerds-nova-searchable-belongs-to-filter)

PHPackages © 2026

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