2017 © Pedro Peláez
 

craft-plugin craft-timeframe

Time frame field type.

image

weareenvoy/craft-timeframe

Time frame field type.

  • Thursday, March 23, 2017
  • by fmolina24
  • Repository
  • 1 Watchers
  • 0 Stars
  • 137 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Timeframe plugin for Craft CMS 3

Craft field type for a time frames ex. 10am - 12pm, (*1)

Installation

Follow the below steps to install with composer. 1. Install with composer cd /craftproject 2. Run the following command: composer require weareenvoy/craft-timeframe 3. Go to Settings > Plugins and enable the plugin., (*2)

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)}}, (*3)

The Versions

23/03 2017

dev-master

9999999-dev

Time frame field type.

  Sources   Download

The Requires

 

23/03 2017

1.0.0

1.0.0.0

Time frame field type.

  Sources   Download

The Requires