mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Adding yearRange to datePicker - fixes #914
This commit is contained in:
parent
23ef0adebd
commit
068267d17b
@ -1334,6 +1334,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
dateFormat : datepickerFormatDate,
|
||||
changeMonth: true,
|
||||
changeYear: true,
|
||||
yearRange: '-100:+0',
|
||||
minDate : new Date(1900,1,1),
|
||||
maxDate : new Date()
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user