@extends('layouts/contentLayoutMaster') @section('title', 'Date & Time Picker') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')

Flatpickr

Pick a date

The basic setup requires targetting an input element and invoking the picker.

Pick a time

The mobile-friendly, responsive, and lightweight jQuery time input picker.

@endsection @section('vendor-script') @endsection @section('page-script') @endsection