dnadesign/silverstripe-datedropdownselectorfield

Select your date values with Dropdown Fields

Installs: 7 988

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 16

Forks: 9

Open Issues: 1

Type:silverstripe-vendormodule

2.0 2019-12-05 04:51 UTC

This package is auto-updated.

Last update: 2024-03-19 15:03:20 UTC


README

Build Status

Introduction

An assortment of classes to help selecting dates in SilverStripe via dropdown lists rather than inputs.

Maintainer Contact

* John Milmine (john.milmine@dna.co.nz)

Requirements

  • SilverStripe 4.x

Installion

composer require "dnadesign/silverstripe-datedropdownselectorfield": "dev-master"

Features

  • DateSelectorField - FormField providing 3 dropdown options
  • DateRangeSelectorField - Composite Field containing two DateSelectorField instances for selecting a range
  • DateRangeFilter - SearchFilter for use in ModelAdmin and other contexts for use with the DateRangeSelectorField
  • UserForms integration

License

BSD-3-Clause. See LICENSE.