PHPackages                             pmachapman/silverstripe-timepickerfield - 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. pmachapman/silverstripe-timepickerfield

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

pmachapman/silverstripe-timepickerfield
=======================================

A time picker field for SilverStripe based on the jQuery UI Timepicker By François Gélinas http://fgelinas.com/code/timepicker/

05PHP

Since Mar 10Pushed 1y agoCompare

[ Source](https://github.com/pmachapman/silverstripe-timepickerfield)[ Packagist](https://packagist.org/packages/pmachapman/silverstripe-timepickerfield)[ RSS](/packages/pmachapman-silverstripe-timepickerfield/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

silverstripe-timepickerfield
============================

[](#silverstripe-timepickerfield)

A time picker field based on jQuery UI Timepicker By François Gélinas

Requirements
------------

[](#requirements)

SilverStripe 5

Usage
-----

[](#usage)

```
TimePickerField::create('Time');
```

You can set any of the [configurations](http://fgelinas.com/code/timepicker/#usage) by using:

```
TimePickerField::create('Time')->setTimePickerConfig($key, $value);
```

If you need to modify an existing DatetimeField, you can set the time field to a picker by using:

```
$field = DatetimeField::create('DateAndTime');
$field->setField(
    'DateAndTime',
    TimePickerField::create('DateAndTime[time]')
        ->setTitle('DateAndTime')
);
```

Or if you like you can also use the following to create a DateTimePickerField from scratch:

```
$field = DatetimePickerField::create('DateAndTime');
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81% 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.

### Community

Maintainers

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

---

Top Contributors

[![sheadawson](https://avatars.githubusercontent.com/u/1166136?v=4)](https://github.com/sheadawson "sheadawson (17 commits)")[![ishannz](https://avatars.githubusercontent.com/u/20032948?v=4)](https://github.com/ishannz "ishannz (1 commits)")[![phalkunz](https://avatars.githubusercontent.com/u/318116?v=4)](https://github.com/phalkunz "phalkunz (1 commits)")[![pmachapman](https://avatars.githubusercontent.com/u/8665431?v=4)](https://github.com/pmachapman "pmachapman (1 commits)")[![taoceanz](https://avatars.githubusercontent.com/u/9561656?v=4)](https://github.com/taoceanz "taoceanz (1 commits)")

### Embed Badge

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

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

###  Alternatives

[dive-be/laravel-geo

Translate IP addresses into geo locations

3710.5k](/packages/dive-be-laravel-geo)[ghost/dcat-config

配置管理

112.2k](/packages/ghost-dcat-config)

PHPackages © 2026

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