dotblue / nette-calendarpicker
Flexible date (and time) picker for Nette Framework
Installs: 3 407
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 0
Open Issues: 2
Requires
- php: >=5.3
- nette/nette: >=2.1.0,<2.3.0
This package is not auto-updated.
Last update: 2024-10-26 15:44:34 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:');