ctigelaar/craft-dropdowndate
Composer 安装命令:
composer require ctigelaar/craft-dropdowndate
包简介
Custom fieldtype for Craft to display a DateTime field as separate dropdowns
README 文档
README
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-dropddowndateto yourcomposer.jsonfile. -
Run Composer:
php composer.phar update -
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.
统计信息
- 总下载量: 157
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-12-27