Componette

Componette

dotblue

dotblue / nette-calendarpicker

Flexible date (and time) picker for Nette Framework

download-cloud-line composer require dotblue/nette-calendarpicker

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:');

No release at this moment. Try to create first one.

bar-chart-fill

Statistics

download-cloud-fill
3407
star-fill
4
bug-fill
2
flashlight-fill
7.9y
price-tag-2-line

Badges

guide-fill

Dependencies

php (>=5.3)
nette/nette (>=2.1.0,<2.3.0)
Componette Componette felix@nette.org