aozen/turkish-date-time

Turkish Datetimepicker for Laravel Nova

dev-master 2019-01-11 12:37 UTC

This package is auto-updated.

Last update: 2024-09-20 01:52:02 UTC


README

This package offers the datetime field which only contains Turkish language. Used flatpickr for Laravel Nova.

Installation

Using Composer:

composer require aozen/turkish-date-time

Usage

Top of the resource file include TurkishDateTime:

use Aozen\TurkishDateTime\TurkishDateTime;

Use with TurkishDateTime:

TurkishDateTime::make('Created At')

Sample

alt text