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)1021.4k↑155.6%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 1mo ago

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 64% 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

4850d 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

[nathancox/codeeditorfield

A field for editing code and JSON in the SilverStripe CMS using Ace Editor (http://ace.c9.io/)

2548.5k5](/packages/nathancox-codeeditorfield)[dnadesign/silverstripe-datedropdownselectorfield

Select your date values with Dropdown Fields

138.8k](/packages/dnadesign-silverstripe-datedropdownselectorfield)[burnbright/silverstripe-externalurlfield

Provides SilverStripe with a DBField and FormField for handling external URLs.

109.6k1](/packages/burnbright-silverstripe-externalurlfield)

PHPackages © 2026

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