joffreyc22/nova-french-datetimepicker

This package is abandoned and no longer maintained. No replacement package was suggested.

French datetimepicker for Laravel Nova

dev-master 2018-09-09 21:48 UTC

This package is auto-updated.

Last update: 2022-02-01 13:14:37 UTC


README

Description

This package is a basic integration of a french datetimepicker for Laravel Nova (using flatpickr).

Installation

You may require this package using composer:

composer require joffreyc22/nova-french-datetimepicker

You can now use the FrenchDateTime class by importing it at the top of your file :

use JoffreyC22\FrenchDatetimepicker\FrenchDateTime;

FrenchDateTime::make('end_date')

Screens

screen2.png

The datetime field will now also appear in french in the index, detail and form parts of the field.

License

The MIT License (MIT). Please see License File for more information.