FieldtypeBusinessHours by

ProcessWire Fieldtype for entering business hours (opening hours)

Fieldtype Business Hours

ProcessWire Fieldtype for entering business hours (opening hours)

Input format


Per day one or multiple (comma separated) ranges can be entered:

9:00-12:00

9:00-12:00, 13:00-17:30

Leave a day empty when closed on that day

Usage in templates


Days are from 1 to 7 where 1 is Monday and 7 is Sunday (ISO-8601)

echo $page->field_name->isNowOpen() ? 'Now open' : 'Now closed';

if($page->field_name[1] == null) { echo 'Closed on Monday'; }

if($page->field_name[2]->inRange('11:00')) { echo 'Tuesday at 11:00 open'; }

echo $page->field_name[1];

echo $page->field_name[1]->getEntries()->getFrom()->format('H:i');

Install and use modules at your own risk. Always have a site and database backup before installing new modules.

Latest news

  • ProcessWire Weekly #553
    In the 553rd issue of ProcessWire Weekly we'll check out the latest weekly update from Ryan, introduce a new third party module called Text Synthesis, and more. Read on!
    Weekly.pw / 14 December 2024
  • Custom Fields Module
    This week we look at a new ProFields module named Custom Fields. This module provides a way to rapidly build out ProcessWire fields that contain any number of subfields/properties within them.
    Blog / 30 August 2024
  • Subscribe to weekly ProcessWire news

“To Drupal, or to ProcessWire? The million dollar choice. We decided to make an early switch to PW. And in retrospect, ProcessWire was probably the best decision we made. Thanks are due to ProcessWire and the amazing system and set of modules that are in place.” —Unni Krishnan, Founder of PigtailPundits