weareenvoy / craft-timeframe
There is no license information available for the latest version (1.0.0) of this package.
Time frame field type.
Package info
github.com/weareenvoy/craft-timeframe
Type:craft-plugin
pkg:composer/weareenvoy/craft-timeframe
1.0.0
2017-03-23 00:41 UTC
Requires
- craftcms/cms: ^3.0.0-beta.3
This package is not auto-updated.
Last update: 2026-03-15 08:41:20 UTC
README
Craft field type for a time frames ex. 10am - 12pm
Installation
Follow the below steps to install with composer.
- Install with composer
cd /craftproject - Run the following command:
composer require weareenvoy/craft-timeframe - Go to Settings > Plugins and enable the plugin.
Template usage
For example if have a field named mondayHours with the timeframe field you can
access the start and end time like so:
{{entry.mondayHours.startTime|time('short)}} - {{entry.mondayHours.endTime|time('short)}}