dotblue/nette-calendarpicker

Flexible date (and time) picker for Nette Framework

1.0.3 2015-04-10 09:26 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:17:46 UTC


README

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