ampersand-date-view
An extension of ampersand-input-view to create a three part date control.
install
npm install ampersand-date-view
example
var FormView = ;var DateView = ; moduleexports = FormView;
opts
- yearMin (defaults to 1900)
- yearMax (defaults to 2100)
And all the standard options from ampersand-input-view
changelog
0.0.7 - removing hardcoded limitation on year 0.0.8 - Changes provided by @xicombd from @sinfo: added yearMin, yearMax constraints, demo, and lint cleanup
credits
Thanks to the Ampersand group!
license
MIT