Skip to content

micschk/silverstripe-datedropdownselectorfield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date Dropdown Field

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 3.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.

About

Date field, range picker and filter using DropdownField

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.5%
  • CSS 2.5%