codemonauts/craft-time-field

Craft CMS plugin to add a simple time field.

Installs: 3 357

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 2

Open Issues: 0

Type:craft-plugin

pkg:composer/codemonauts/craft-time-field

2.0.0 2022-06-03 12:32 UTC

This package is auto-updated.

Last update: 2025-09-29 02:42:35 UTC


README

Icon

A simple time field type.

Background

Sometimes you need a field in the control panel that allows you to enter time without a selector and store it as a simple text into the database. No time zone conversion, no datetime column, no backend validation. Just a valid time as text for later use.

Requirements

  • Craft CMS >= 4.0.0

Installation

Open your terminal and go to your Craft project:

cd /path/to/project
composer require codemonauts/craft-time-field

Usage

After installation, the control panel can be used to create simple time fields.

With ❤ by codemonauts