Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codemonauts/craft-time-field

Simple Time Field for Craft CMS 3.x
https://github.com/codemonauts/craft-time-field

Last synced: about 5 hours ago
JSON representation

Simple Time Field for Craft CMS 3.x

Awesome Lists containing this project

README

        

# Simple Time Field for Craft CMS

![Icon](resources/timefield.png)

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:

``` shell
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](https://codemonauts.com)