Download the PHP package cakephp-tutorial/autodate without Composer
On this page you can find all versions of the php package cakephp-tutorial/autodate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cakephp-tutorial/autodate
More information about cakephp-tutorial/autodate
Files in cakephp-tutorial/autodate
Download cakephp-tutorial/autodate
More information about cakephp-tutorial/autodate
Files in cakephp-tutorial/autodate
Vendor cakephp-tutorial
Package autodate
Short Description Automatically convert date fields
License MIT
Homepage https://github.com/cakephp-tutorial/Autodate
Package autodate
Short Description Automatically convert date fields
License MIT
Homepage https://github.com/cakephp-tutorial/Autodate
Please rate this library. Is it a good library?
Informations about the package autodate
A CakePHP Plugin that will auto convert date fields from SQL format to a chosen date format (eg: d/m/Y). Will auto convert the date before saving to database, before find (to match conditions on db), after find and after update
Requirements
- CakePHP 2
- PHP 5.2
Compatibility
- V 1.x - CakePHP 2
Usage
Available date Formats
- 'd-m-Y'
- 'd/m/Y'
- 'Y/m/d'
- 'Y-m-d'
- 'Y-d-m'
- 'Y/d/m'
- 'm-d-Y'
- 'm/d/Y'
- 'Ymd'
- 'Ydm'
Installation
Using composer
Manually Installation
- Download from github https://github.com/cakephp-tutorial/Autodate
- copy in app/Plugin/Autodate
- enable in app/Config/bootstrap.php
All versions of autodate with dependencies
PHP Build Version
Package Version
The package cakephp-tutorial/autodate contains the following files
Loading the files please wait ....