https://github.com/codemonauts/craft-time-field
Simple Time Field for Craft CMS 3.x
https://github.com/codemonauts/craft-time-field
Last synced: 6 months ago
JSON representation
Simple Time Field for Craft CMS 3.x
- Host: GitHub
- URL: https://github.com/codemonauts/craft-time-field
- Owner: codemonauts
- License: mit
- Created: 2019-08-25T10:35:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T12:33:10.000Z (over 3 years ago)
- Last Synced: 2025-04-30T13:57:19.353Z (10 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Time Field for Craft CMS

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)