This package holds the solution to the problem of datetime when set locale Arabic within Nova 3!
# Install the Package
composer require asalout/datetime-picker
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.