PHPackages                             xamani/nova-jalali-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. xamani/nova-jalali-date-filter

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

xamani/nova-jalali-date-filter
==============================

Laravel Nova Jalali (Persian) Date/DateTime filter.

1.1(4mo ago)024MITVuePHP ^8.2

Since Jan 4Pushed 4mo agoCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Nova Jalali Date Filter
===============================

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

A jalali (persian) date/datetime resource filter for Laravel Nova

Requirements
------------

[](#requirements)

- `php: ^8.2`
- `laravel: ^12.0`
- `laravel/nova: ^5.0`

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

[](#installation)

Install the package into a Laravel app that uses [Nova](https://nova.laravel.com) with Composer:

```
composer require xamani/nova-jalali-date-filter
```

Usage
-----

[](#usage)

Extend `Xamani\JalaliDateFilter\JalaliDateFilter`:

```
use Xamani\JalaliDateFilter\JalaliDateFilter;

class DueOn extends JalaliDateFilter
{...}
```

Add the field to your resource in the `filters` method:

```
use App\Nova\Filters\DueOn;

DueOn::make()
    ->color('rgb(30, 136, 229)') // customize color
    ->locale('fa,en') // customize locale
    ->format('jYYYY/jMM/jDD') // customize format
    ->type('date'), // date or datetime
```

The filter extends the `Laravel\Nova\Filters\Filter` filter, so all the usual methods are available.

Credits
-------

[](#credits)

- [Vue Persian DateTime Picker](https://github.com/talkhabi/vue3-persian-datetime-picker)

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance76

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

2

Last Release

129d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56ff56d15dc0abf7492ee4306b94c77838db43524a42ab083dd9f85de4b25651?d=identicon)[xamani](/maintainers/xamani)

---

Top Contributors

[![xamani](https://avatars.githubusercontent.com/u/25452228?v=4)](https://github.com/xamani "xamani (2 commits)")

---

Tags

laraveldatetimedatefilterJalalinovapersian

### Embed Badge

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

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

###  Alternatives

[ampeco/nova-date-range-filter

A Laravel Nova date range filter.

35988.8k1](/packages/ampeco-nova-date-range-filter)[pos-lifestyle/laravel-nova-date-range-filter

A Laravel Nova date range filter.

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

A Laravel Nova date range filter.

12228.5k](/packages/marshmallow-nova-date-range-filter)[outl1ne/nova-detached-filters

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

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

An input filter for Laravel Nova

24822.7k](/packages/outl1ne-nova-input-filter)[suenerds/nova-searchable-belongs-to-filter

Searchable Nova filter for belongsTo relationships.

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

PHPackages © 2026

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