uklibraries / metadata_editor

Metadata editor satisfying the KDL metadata guidelines
0 stars 0 forks source link

Date field and the year drop down. #16

Closed libmanuk closed 11 years ago

libmanuk commented 11 years ago

Currently, the year drop down part of the date field only offers the range of 2008-2018. How should this function as far as UI for the date range to be all encompassing as far as possible years?

rrmait0 commented 11 years ago

By default it is generally a ten year range. We can customize that to go back as 100 years or 50 years.

cokernel commented 11 years ago

The datepicker we used for Presence uses a 110-year range. By default this extends from 100 years ago to 10 years from now. The year range is automatically updated when the user selects a year. We could migrate this feature over from datepicker if desired.

libmanuk commented 11 years ago

I think we should do this, migrate this feature over from the datepicker. Thanks.