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.