Plugins Directory » Redmine Datetime CF
|
|
Author: | Yasu Saku |
|---|---|---|
| Website: | https://github.com/sk-ys/redmine_datetime_cf | |
| Code repository: | https://github.com/sk-ys/redmine_datetime_cf | |
| Registered on: | 2025-12-04 (4 days ago) | |
| Current version: | 0.1.0 | |
| Compatible with: | Redmine 6.1.x, 5.1.x | |
| User ratings: |
This plugin adds a "Datetime" custom field type to Redmine.
Features¶
- Allows input and display of datetime values (date + time, e.g.
2025-12-04 09:30) in custom fields - Uses the browser's native datetime picker for user-friendly input (via
<input type="datetime-local">) - Display formatted according to Redmine settings
Installation notes
When using git¶
- Clone this repository to your Redmine plugins directory.
- cd YOUR_REDMINE_DIRECTORY/plugins
git clone https://github.com/sk-ys/redmine_datetime_cf.git - Restart Redmine.
When not using git¶
- Download zip file from the release page or the latest main repository.
- Extract the ZIP file to your Redmine plugin directory. The name of the unzipped directory must be
redmine_datetime_cf. - Restart Redmine.
Changelog
0.1.0 (2025-12-04)
Compatible with Redmine 6.1.x, 5.1.x.