Skip to content

dotblue/nette-calendarpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flexible date (and time) picker for Nette Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages