PHPackages                             techouse/slovenian-date-time - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. techouse/slovenian-date-time

Abandoned → [techouse/intl-date-time](/?search=techouse%2Fintl-date-time)ArchivedLibrary

techouse/slovenian-date-time
============================

Slovenian datepicker for Laravel Nova.

v1.0.1(7y ago)21231MITVuePHP &gt;=7.1.0

Since Oct 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/techouse/slovenian-date-time)[ Packagist](https://packagist.org/packages/techouse/slovenian-date-time)[ RSS](/packages/techouse-slovenian-date-time/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Slovenian DateTime
==================

[](#slovenian-datetime)

[![Latest Version on Packagist](https://camo.githubusercontent.com/71bfc911df00bebd0fc9a6df5308cb04ff75f663ee01c9c16ea2d901b22aeb09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746563686f7573652f736c6f76656e69616e2d646174652d74696d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techouse/slovenian-date-time)[![Total Downloads](https://camo.githubusercontent.com/a5c350b2be501a0ca20efcd210140f838a7afa66045c7a36659c2d0567e0c6a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746563686f7573652f736c6f76656e69616e2d646174652d74696d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/techouse/slovenian-date-time)

##### Slovenian datepicker for Laravel Nova

[](#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.

[![Slovenian DateTime](./screenshot.png)](./screenshot.png)

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require techouse/slovenian-date-time
```

Usage
-----

[](#usage)

The API is exactly the same as with [Nova's default `DateTime` Field](https://nova.laravel.com/docs/1.0/resources/fields.html#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.

```
