Download the PHP package venca-x/date-cz without Composer
On this page you can find all versions of the php package venca-x/date-cz. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download venca-x/date-cz
More information about venca-x/date-cz
Files in venca-x/date-cz
Download venca-x/date-cz
More information about venca-x/date-cz
Files in venca-x/date-cz
Vendor venca-x
Package date-cz
Short Description Nette addon. Convert month number to name or day number to name (CZ)
License MIT
Package date-cz
Short Description Nette addon. Convert month number to name or day number to name (CZ)
License MIT
Please rate this library. Is it a good library?
Informations about the package date-cz
Date-cz
Nette addon for czech days and month names
Version | PHP | Recommended Nette |
---|---|---|
dev-master | >= 7.1 | Nette 3.0 |
1.1.x | >= 7.1 | Nette 3.0 |
1.0.x | >= 5.5 | Nette 2.4, 2.3 |
Installation
Install plugin to your dependencies with composer:
For dev version install:
Configuration
Register filter for Nette/Layout. You do not have to use Nette/Layout, then call $dateCZ->getMonthName($text) in php code.
BasePresenter.php
Usage
To display the correct day use PHP function for formating date:
Format | Description | Explain |
---|---|---|
'n' | Numeric representation of a month, without leading zeros | 1 through 12 |
'N' | ISO-8601 numeric representation of the day of the week (added in PHP 5.1.0) | 1 (for Monday) through 7 (for Sunday) |
Use in Nette/Layout:
Use in PHP:
Output example
All versions of date-cz with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package venca-x/date-cz contains the following files
Loading the files please wait ....