Download the PHP package venca-x/nette-date-time without Composer
On this page you can find all versions of the php package venca-x/nette-date-time. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download venca-x/nette-date-time
More information about venca-x/nette-date-time
Files in venca-x/nette-date-time
Download venca-x/nette-date-time
More information about venca-x/nette-date-time
Files in venca-x/nette-date-time
Vendor venca-x
Package nette-date-time
Short Description Nette addon. Extension form for date and time
License MIT
Package nette-date-time
Short Description Nette addon. Extension form for date and time
License MIT
Please rate this library. Is it a good library?
Informations about the package nette-date-time
Nette-date-time
Nette addon form for select date or datetime in input.
Installation
Install with composer:
Requirements
- PHP 7.1 or later
- nette/forms 3.0 or later
- nette/utils 3.0 or later
- jQuery 1.9.1 or later
- jQuery UI 1.10.2 or later (DatePicker and DateTimePicker only)
For Nette 2.3 use branch v1.0
Usage Sample
to bootstrap.php add register line OR add line in config.neon
Usage
types:
- datetime - set date and time
- date - set date
- month - sem month (with year)
- time - set time (H:i)
- timesec - set time with sec (H:i:s)
presenter set value:
Or presenter set DatTime value:
Submit form
All data from this plugin are send as Nette\Utils\DateTime
For showing the selected values use ->fomrat("xxx") on Nette\Utils\DateTime
@layout.latte presenter:
npm
Grunt
Migrate from version 1.0.x to 1.1.x
change namespace from Nette\Forms\NetteDateTime to VencaX\NetteDateTime\NetteDateTimePicker
All versions of nette-date-time with dependencies
PHP Build Version
Package Version
The package venca-x/nette-date-time contains the following files
Loading the files please wait ....