Skip to content

asalout/nova-datetime-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova-DateTime-Field

This package holds the solution to the problem of datetime when set locale Arabic within Nova 3!

Installation

# Install the Package
composer require asalout/datetime-picker

Usage

use Asalout\DatetimePicker\DatetimePicker;

...

DatetimePicker::make('start_date', 'start_date'), //default date

DatetimePicker::make('start_date', 'start_date')->withMeta(['fieldType' => 'datetime']), //when allow datetime

// All Methods are optional.

Screenshots

screenshots.

Index View

Form View

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors