Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 585 Bytes

File metadata and controls

29 lines (20 loc) · 585 Bytes

Flexible date (and time) picker for Nette Framework

Requirements

Installation

  1. Copy source codes from Github or using Composer:
$ composer require dotblue/nette-calendarpicker@~1.0
  1. Register as Configurator's extension:
extensions:
	calendarPicker: DotBlue\Nette\Forms\CalendarPickerExtension

And you're good to go :).

Usage

You can use new method addCalendarPicker():

$form->addCalendarPicker('date_created', 'Date of creation:');