PHPackages                             aliromero/nova-jalali-date-field - 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. aliromero/nova-jalali-date-field

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

aliromero/nova-jalali-date-field
================================

Laravel Nova Jalali/Persian Date/DateTime field.

1.0.10(2y ago)113MITVuePHP ^8.0

Since Sep 28Pushed 2y agoCompare

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

READMEChangelog (7)Dependencies (1)Versions (12)Used By (0)

Laravel Nova Persian Date Field
===============================

[](#laravel-nova-persian-date-field)

A persian/jalali date/datetime resource field for Laravel Nova

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

[](#requirements)

- `php: ^8.0`
- `laravel/nova: ^4.0`

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

[](#installation)

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

```
composer require aliromero/nova-jalali-date-field

```

Usage
-----

[](#usage)

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

```
use Romero\PersianDateField\PersianDate;
use Romero\PersianDateField\PersianDateTime;

PersianDate::make('DueOn')
    ->color('rgb(30, 136, 229)') // customize color
    ->format('jYYYY/jMM/jDD') // customize display format
    ->min('lastmonth') // customize min date
    ->max('today') // customize max date
    ->locale('fa,en'), // customize locale

PersianDateTime::make('PublishedAt')
    ->color('rgb(30, 136, 229)') // customize color
    ->format('jYYYY/jMM/jDD HH:mm:ss') // customize display format
    ->min('lastmonth') // customize min date
    ->max('today') // customize max date
    ->locale('fa,en'), // customize locale

```

The field extends the `Laravel\Nova\Fields\Field` field, so all the usual methods are available.

It is recommended that you include the standard `date_format` validation rule, as it is not automatically added.

Credits
-------

[](#credits)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

11

Last Release

957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/107b0dfd4333afce61f6b751c115eebd2d15c68e29c8728d920a83b9b438f3bb?d=identicon)[aliromero](/maintainers/aliromero)

---

Top Contributors

[![aliromero](https://avatars.githubusercontent.com/u/13898234?v=4)](https://github.com/aliromero "aliromero (15 commits)")[![mziraki](https://avatars.githubusercontent.com/u/6510195?v=4)](https://github.com/mziraki "mziraki (2 commits)")

---

Tags

laraveldatetimedatefieldJalalinovapersian

### Embed Badge

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

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

###  Alternatives

[morilog/jalali

This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in PHP applications, based on Jalali (Shamsi) DateTime class.

9201.2M45](/packages/morilog-jalali)[hekmatinasser/verta

This Package helps developers to work with Jalali Datetime class for Laravel Framework PHP

657530.5k27](/packages/hekmatinasser-verta)[aloko/nova-persian-datepicker

Persian Datepicker for Laravel Nova.

203.5k](/packages/aloko-nova-persian-datepicker)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52139.5k](/packages/optimistdigital-nova-notes-field)[p3ym4n/jdate

Date converter from Jalali to Georgian and vice versa. It has Carbon instance inside and it's Laravel friendly.

101.8k2](/packages/p3ym4n-jdate)

PHPackages © 2026

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