Slovenian DateTime
Apply Slovenian localisation to Laravel Nova's default DateTime field that currently doesn't support localisation out of the box.
Slovenian datepicker for Laravel Nova
Apply Slovenian localisation to Laravel Nova's default DateTime
field that currently doesn't support localisation out of the box.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Usage
The API is exactly the same as with Nova's default DateTime
Field
Simply use SlovenianDateTime
class instead of DateTime
directly or alias it like the example below so you won't have to refactor too much existing code.