dotblue/nette-calendarpicker

Flexible date (and time) picker for Nette Framework

Installs: 3 408

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 0

Open Issues: 2

pkg:composer/dotblue/nette-calendarpicker

1.0.3 2015-04-10 09:26 UTC

This package is not auto-updated.

Last update: 2025-09-27 20:13:28 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:');