Download the PHP package jeanvaljean/cakephp-timezone without Composer
On this page you can find all versions of the php package jeanvaljean/cakephp-timezone. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jeanvaljean/cakephp-timezone
More information about jeanvaljean/cakephp-timezone
Files in jeanvaljean/cakephp-timezone
Download jeanvaljean/cakephp-timezone
More information about jeanvaljean/cakephp-timezone
Files in jeanvaljean/cakephp-timezone
Vendor jeanvaljean
Package cakephp-timezone
Short Description Timezone and Datetime plugin for CakePHP 3.x
License MIT
Homepage https://github.com/JeanValJeann
Package cakephp-timezone
Short Description Timezone and Datetime plugin for CakePHP 3.x
License MIT
Homepage https://github.com/JeanValJeann
Please rate this library. Is it a good library?
Informations about the package cakephp-timezone
CakePHP Timezone Plugin
A plugin to handle timezone and datetime.
This branch is for CakePHP 3.6+.
What is this plugin for?
Easy Timezone and Datetime handling.
Background
It's common to deal with timezone and datetime when you want your application to be able to:
- Store basic datetime from all client timezone possible.
- Store futur datetime and its own timezone related to from all client timezone possible.
- Display basic datetime to all client timezone possible.
- Display futur datetime and its own timezone.
- Validate timezone.
To do it, Timezone Plugin provides:
- A middleware detecting client timezone.
- A behavior converting datetime data from one timezone to another one.
- An herlper able to display one timezone name and its offset, get an array list of all timezone identifier, display a datetime input text, display a timezone select.
- A validation class to validate timezone field
Installation & Docs
- Documentation
All versions of cakephp-timezone with dependencies
PHP Build Version
Package Version
The package jeanvaljean/cakephp-timezone contains the following files
Loading the files please wait ....