PHPackages                             silverstripe/timedropdownfield - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. silverstripe/timedropdownfield

Abandoned → [silverstripe/timedropdownfield](/?search=silverstripe%2Ftimedropdownfield)Silverstripe-module[Utility &amp; Helpers](/categories/utility)

silverstripe/timedropdownfield
==============================

Time dropdown for SilverStripe CMS

0.1.x-dev(13y ago)1122.0k↑140%6[2 issues](https://github.com/silverstripe-labs/silverstripe-timedropdownfield/issues)[7 PRs](https://github.com/silverstripe-labs/silverstripe-timedropdownfield/pulls)BSD-3-ClauseJavaScriptPHP &gt;=5.3.2

Since Feb 5Pushed 10y ago2 watchersCompare

[ Source](https://github.com/silverstripe-labs/silverstripe-timedropdownfield)[ Packagist](https://packagist.org/packages/silverstripe/timedropdownfield)[ Docs](http://silverstripe.org)[ RSS](/packages/silverstripe-timedropdownfield/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Time Dropdown Field
===================

[](#time-dropdown-field)

Allows to select certain time intervals from a dropdown as an alternative to direct input into a `TimeField`. Adheres to user preferences in time formats set through the `TimeField` API, which by extension supports user preferences through `i18n::get_time_format()`.

Usage
-----

[](#usage)

As an isolated field:

```
:::php
$field = TimeDropdownField::create('MyTime', 'My Time Field');

```

As part of a `DatetimeField` (requires SilverStripe 3.1):

```
:::php
$datetimeField = DatetimeField::create('MyDateTime', My Date and Time Field')
	->setTimeField(TimeDropdownField::create('MyDateTime[time]'));

```

Configuration
-------------

[](#configuration)

- `interval`: Spacing in minutes between options (Default: 60)

Note: Since the field extends `TimeField`, most configuration happens in there.

Maintainers
-----------

[](#maintainers)

- Ingo Schommer (@chillu)

Thanks to Air New Zealand for sponsoring and contributing to this module!

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4896d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0cba8b534e20e6ab4fff555a97b237a18436ebca1446fc0b29c8a8b504038b9?d=identicon)[GuySartorelli](/maintainers/GuySartorelli)

![](https://avatars.githubusercontent.com/u/111025?v=4)[Ingo Schommer](/maintainers/chillu)[@chillu](https://github.com/chillu)

---

Top Contributors

[![chillu](https://avatars.githubusercontent.com/u/111025?v=4)](https://github.com/chillu "chillu (9 commits)")

---

Tags

silverstripetimedateform

### Embed Badge

![Health badge](/badges/silverstripe-timedropdownfield/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripe-timedropdownfield/health.svg)](https://phpackages.com/packages/silverstripe-timedropdownfield)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1371.1M85](/packages/silverstripe-userforms)[lekoala/silverstripe-cms-actions

Add actions to your models in SilverStripe

39344.8k31](/packages/lekoala-silverstripe-cms-actions)[silverware/calendar

SilverWare Calendar Module.

1644.3k1](/packages/silverware-calendar)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46302.4k9](/packages/symbiote-silverstripe-advancedworkflow)[dnadesign/silverstripe-datedropdownselectorfield

Select your date values with Dropdown Fields

138.9k](/packages/dnadesign-silverstripe-datedropdownselectorfield)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
