dotblue / nette-calendarpicker
Flexible date (and time) picker for Nette Framework
1.0.3
2015-04-10 09:26 UTC
Requires
- php: >=5.3
- nette/nette: >=2.1.0,<2.3.0
This package is not auto-updated.
Last update: 2026-02-28 22:37:21 UTC
README
Requirements
- PHP 5.3+
- nette/nette >= 2.1
Installation
- Copy source codes from Github or using Composer:
$ composer require dotblue/nette-calendarpicker@~1.0
- 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:');