PHPackages                             ariaieboy/filament-jalali-datetimepicker - 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. ariaieboy/filament-jalali-datetimepicker

Abandoned → [ariaieboy/filament-jalali](/?search=ariaieboy%2Ffilament-jalali)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

ariaieboy/filament-jalali-datetimepicker
========================================

This is my package filament-jalali-datetimepicker

3.0.2(1y ago)2420.7k↑33.3%22MITJavaScriptPHP ~8.2.0|~8.3|~8.4

Since Jun 3Pushed 1y ago2 watchersCompare

[ Source](https://github.com/ariaieboy/filament-jalali-datetimepicker)[ Packagist](https://packagist.org/packages/ariaieboy/filament-jalali-datetimepicker)[ Docs](https://github.com/ariaieboy/filament-jalali-datetimepicker)[ RSS](/packages/ariaieboy-filament-jalali-datetimepicker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (22)Used By (2)

This package is no longer maintained please upgrade to [ariaieboy/filament-jalali](https://github.com/ariaieboy/filament-jalali)
================================================================================================================================

[](#this-package-is-no-longer-maintained-please-upgrade-to-ariaieboyfilament-jalali)

Filament Jalali Date Time Picker Field
======================================

[](#filament-jalali-date-time-picker-field)

[![Ariaieboy Jalali Date Picker](https://camo.githubusercontent.com/5d7f09a06ec5c971c7ff9882b74c9fd0fd3884072d8e06365895eccdb7c5b469/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f417269616965626f792f4a616c616c692d446174652d5069636b65722e7376673f6272616e643d6c61726176656c)](https://camo.githubusercontent.com/5d7f09a06ec5c971c7ff9882b74c9fd0fd3884072d8e06365895eccdb7c5b469/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f417269616965626f792f4a616c616c692d446174652d5069636b65722e7376673f6272616e643d6c61726176656c)[![Latest Version on Packagist](https://camo.githubusercontent.com/cbb65494776e7744487063e00e9a7e6bed95440e90a8f295fbeb8c73862a4322/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617269616965626f792f66696c616d656e742d6a616c616c692d6461746574696d657069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ariaieboy/filament-jalali-datetimepicker)[![GitHub Actions Workflow Status](https://camo.githubusercontent.com/6eb6d7222e340bc77d6c662b6026056ee35ee3f5eaec93117df78e1b215f7e63/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617269616965626f792f66696c616d656e742d6a616c616c692d6461746574696d657069636b65722f7068702d63732d66697865722e796d6c3f6c6162656c3d7374796c696e67)](https://camo.githubusercontent.com/6eb6d7222e340bc77d6c662b6026056ee35ee3f5eaec93117df78e1b215f7e63/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617269616965626f792f66696c616d656e742d6a616c616c692d6461746574696d657069636b65722f7068702d63732d66697865722e796d6c3f6c6162656c3d7374796c696e67)[![Total Downloads](https://camo.githubusercontent.com/92d96513a27994f1344b9593be053cd7d09529a0f36d9076523c9d672d39d480/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617269616965626f792f66696c616d656e742d6a616c616c692d6461746574696d657069636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ariaieboy/filament-jalali-datetimepicker)

This package adds jalali support to filament v3 `DatePicker` and `DateTimePicker`.

For Filament v2 you can use the version 1 of this package.

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

[](#installation)

You can install the package via composer:

```
composer require ariaieboy/filament-jalali-datetimepicker
```

Usage
-----

[](#usage)

```
use Ariaieboy\FilamentJalaliDatetimepicker\Forms\Components\JalaliDatePicker;
use Ariaieboy\FilamentJalaliDatetimepicker\Forms\Components\JalaliDateTimePicker;
\Filament\Forms\Components\DatePicker::make('birth_date')->jalali();

\Filament\Forms\Components\DateTimePicker::make('birth_date')->jalali(weekdaysShort: true);
```

for more information check the default DateTimePicker Docs :

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Upgrading
---------

[](#upgrading)

### v2 to v3

[](#v2-to-v3)

- step 1: Change the package version in your `composer.json` to `^3` and run the composer update command:

```
        "ariaieboy/filament-jalali-datetimepicker": "^3",

```

- step 2 : If you using the `JalaliDateTimePicker` or `JalaliDatePicker` classes you should remove those and use the default Filament DatePicker class.
    - For more info check the step 2 of the [v1 to v2](https://github.com/ariaieboy/filament-jalali-datetimepicker?tab=readme-ov-file#v1-to-v2) upgrade guide.
- step 3 (optional) : in V3 we introduced 2 new lang files called `months` and `days` using these 2 file you can customize the months and days labels.
    - To customize the lang files you can use this command:
        - `php artisan vendor:publish --tag=filament-jalali-datetimepicker-translations`
- backward compatibility checks:
    - in V3 we changed some default values if you want to customize these values, you should use the methods after the `jalali` method.
        1. The default day label is `long` to change this you should pass `true` as the first `jalali(weekdaysShort: true)` argument.
        2. We changed the default start of the week to `saturday`
        3. the default format is changed to `Y-m-d` and `Y-m-d H:i:s` for `datePicker` and `dateTimePicker`
    - We changed the underlying package that provide jalali compatibility for dayjs to `@calidy/dayjs-calendarsystems`
    - In V3 we only support `laravel >= 11` and `php >= 8.2`

### v1 to v2

[](#v1-to-v2)

- step 1:Change the package version in your `composer.json` to `^2` and run the composer update command:

```
        "ariaieboy/filament-jalali-datetimepicker": "^2",

```

- step 2 (optional):

    You can change `jalaliDatePicker` and `jalaliDateTimePicker` to the default `DatePicker` and `DateTimePicker` and then use `jalali()` method to convert a datepicker to jalali format For example:

```
//convert
JalaliDateTimePicker::make('birth_date'),
// to
Forms\Components\DateTimePicker::make('birth_date')->jalali(),
//and
//convert
JalaliDatePicker::make('birth_date'),
//to
\Filament\Forms\Components\DatePicker::make('birth_date')->jalali()
```

The old format will work in `v2` but we might remove it in the next major versions.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [ariaieboy](https://github.com/ariaieboy)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 97.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 ~44 days

Recently: every ~53 days

Total

20

Last Release

591d ago

Major Versions

v1.x-dev → 2.0.02023-07-22

v2.x-dev → 3.0.02024-04-21

PHP version history (7 changes)1.0.0PHP ^8.1

1.0.1PHP ~8.0|~8.1

1.1.0PHP ~8.0|~8.1|~8.2

1.2.0PHP ~8.0.0|~8.1.0|~8.2.0

2.0.5PHP ~8.0.0|~8.1.0|~8.2.0|~8.3

3.0.0PHP ~8.2.0|~8.3

3.0.2PHP ~8.2.0|~8.3|~8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/e89700c75410a20d43857b37107b59d3dffe75166434efa9bed47668723fcdb9?d=identicon)[ariaieboy](/maintainers/ariaieboy)

---

Top Contributors

[![ariaieboy](https://avatars.githubusercontent.com/u/15873972?v=4)](https://github.com/ariaieboy "ariaieboy (70 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

filamentlaravellivewirelaravelariaieboyfilament-jalali-datetimepicker

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/ariaieboy-filament-jalali-datetimepicker/health.svg)

```
[![Health](https://phpackages.com/badges/ariaieboy-filament-jalali-datetimepicker/health.svg)](https://phpackages.com/packages/ariaieboy-filament-jalali-datetimepicker)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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