Looking to hire Laravel developers? Try LaraJobs

laravel-nova-hijri-datepicker-field maintained by afj95

Description
Laravel nova hijri datepicker field.
Author
Last update
2023/07/27 21:19 (dev-main)
License
Links
Downloads
99
Tags

Comments
comments powered by Disqus

Laravel Nova Hijri/islamic Datepicker Field

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