Project

General

Profile

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:   (0)

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

  1. Clone this repository to your Redmine plugins directory.
  2. cd YOUR_REDMINE_DIRECTORY/plugins
    git clone https://github.com/sk-ys/redmine_datetime_cf.git
  3. Restart Redmine.

When not using git

  1. Download zip file from the release page or the latest main repository.
  2. Extract the ZIP file to your Redmine plugin directory. The name of the unzipped directory must be redmine_datetime_cf.
  3. Restart Redmine.

Changelog

0.1.0 (2025-12-04)

Compatible with Redmine 6.1.x, 5.1.x.