PHPackages                             micschk/silverstripe-multidatepicker - 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. micschk/silverstripe-multidatepicker

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

micschk/silverstripe-multidatepicker
====================================

Provides an MultipleDatePickerField for managing and saving a string of multiple dates into a text field

3363[1 issues](https://github.com/micschk/silverstripe-multidatepicker/issues)PHP

Since Oct 14Pushed 7mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

MultiDateField module
=====================

[](#multidatefield-module)

Provides an MultipleDatePickerField for managing and saving a string of multiple dates into a text field. Integrates [jQuery MDP plugin](https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI), a plugin that enables jQuery UI calendar to manage multiple dates. See [demo of the javascript interface &amp; configuration options](http://multidatespickr.sourceforge.net/).

Maintainer Contact
------------------

[](#maintainer-contact)

- Michael van Schaik &lt;mic (at) restruct (dot) nl&gt;

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

[](#requirements)

- SilverStripe 3.0 or newer

Features
--------

[](#features)

- Builds on silverstripe DateField (with Text field), same config &amp; localisation supported (specific locales may need some further testing)
- Integrates [MDP 1.6.3](https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI), a plugin that enables jQuery UI calendar to manage multiple dates
- Allows setting custom date separator (default: ", "), more Multidatepicker-specific configuration options can easily be added.
- TODO(!): I could use some help with the silverstripe config system for this module; I'm now using ($this-&gt;getConfig('separator') ? $this-&gt;getConfig('separator') : ', ') in order to provide a callback for the date separator because sometimes custom configuration values don't seem to load.
- TODO: Saving into many\_many relation (currently only textfield supported)
- TODO: Full unit test coverage
- TODO: Validation (currently commented out)

Usage
-----

[](#usage)

### Dates as Textfields

[](#dates-as-textfields)

Event Model

```
class Event extends DataObject {
	static $db = array(
		'Dates' => 'Text'
	);
}

```

Formfield Instantiation:

```
$md = new MultiDateField('Dates');
	$md->setConfig('dateformat', 'dd-MM-yyyy');
	$md->setConfig('showcalendar', true);
	$md->setConfig('separator',' & ');

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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/4d3680d6353e5f171543435b89965ba2588186ad7ec0ec97cbf572704fec2a4f?d=identicon)[micschk](/maintainers/micschk)

---

Top Contributors

[![micschk](https://avatars.githubusercontent.com/u/1005986?v=4)](https://github.com/micschk "micschk (7 commits)")[![cwchong](https://avatars.githubusercontent.com/u/3969815?v=4)](https://github.com/cwchong "cwchong (1 commits)")[![mattclegg](https://avatars.githubusercontent.com/u/303487?v=4)](https://github.com/mattclegg "mattclegg (1 commits)")

### Embed Badge

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

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

###  Alternatives

[joegreen0991/config

Config component based on laravel's

233.3k](/packages/joegreen0991-config)

PHPackages © 2026

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