afj95/laravel-nova-hijri-datepicker-field

Laravel nova hijri datepicker field.

1.0.0 2023-07-27 14:50 UTC

This package is not auto-updated.

Last update: 2024-05-03 16:20:20 UTC


README

A Laravel Nova Hijri/islamic Datepicker field.

Support laravel 10+ and nova 4+

Installation

Run this command in your Laravel Nova project:

composer require afj95/laravel-nova-hijri-datepicker-field

Usage

Use this field as any other fields.

use Afj95\LaravelNovaHijriDatepickerField\HijriDatePicker;

HijriDatePicker::make('Date', 'date')
    ->format('iYYYY/iMM/iDD')
    ->placeholder('YYYY/MM/DD')
    ->selected_date('1444/12/12')
    ->placement('bottom'),

Contributions

All contributions are welcomed. Please send a PR.

Authors

The package are based on datepicker-hijri.

License

This package is open-sourced software licensed under the MIT Licence