Download the PHP package ctigelaar/craft-dropdowndate without Composer
On this page you can find all versions of the php package ctigelaar/craft-dropdowndate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ctigelaar/craft-dropdowndate
More information about ctigelaar/craft-dropdowndate
Files in ctigelaar/craft-dropdowndate
Download ctigelaar/craft-dropdowndate
More information about ctigelaar/craft-dropdowndate
Files in ctigelaar/craft-dropdowndate
Vendor ctigelaar
Package craft-dropdowndate
Short Description Custom fieldtype for Craft to display a DateTime field as separate dropdowns
License
Package craft-dropdowndate
Short Description Custom fieldtype for Craft to display a DateTime field as separate dropdowns
License
Please rate this library. Is it a good library?
Informations about the package craft-dropdowndate
craft-dropdowndate
Custom fieldtype for Craft to display a DateTime field as separate dropdowns
Functionality
- Extends the default DateTime fieldtype, but without a datepicker.
- Allows the user to enter a date using three separate
<select>
fields for day/month/year. - You can set your own range for the Year field, using full numeric year notation (eg. 2016) or a
strtotime()
value based on the current date/time.
Installation
Using Composer
- Add
ctigelaar/craft-dropddowndate
to yourcomposer.json
file. -
Run Composer:
- Go to your Control Panel and navigate to Settings/Plugins and click the Install button to install Dropdown Date.
- Installation complete, you can now choose this fieldtype when creating fields.
Using just copy and paste
- Download a zip from the latest release, see releases.
- Unzip it in a new directory
craft/plugins/dropdowndate
. - Go to your Control Panel and navigate to Settings/Plugins and click the Install button to install Dropdown Date.
- Installation complete, you can now choose this fieldtype when creating fields.
TODO
Some ideas to make this fieldtype even more flexible. Just a list of ideas, not to be meant as a roadmap or something like that.
- Add dropdowns for time selection
- Display dropdowns in the order of Craft's dateformat
Contact
If you have any questions, suggestions or noticed any bugs, please feel free to contact me.
All versions of craft-dropdowndate with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
~1.0
The package ctigelaar/craft-dropdowndate contains the following files
Loading the files please wait ....