Skip to content
Snippets Groups Projects
Verified Commit e7616dab authored by Lloyd Meins's avatar Lloyd Meins :thought_balloon:
Browse files

Show all years from 1900 to 2100 automatically

parent 32a63b24
No related branches found
No related tags found
1 merge request!835Resolve "Date picker for date of birth unusable"
Pipeline #46230 canceled
......@@ -19,7 +19,8 @@ function initDatePicker(sel) {
// Set monday as first day of week
firstDay: get_format('FIRST_DAY_OF_WEEK'),
autoClose: true
autoClose: true,
yearRange: [1900, 2100],
});
el.datepicker("setDate", $(sel).val());
return el;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment