mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Merge pull request #524 from xhess/patch-1
birthday date picker date range
This commit is contained in:
commit
0311f15868
@ -1332,7 +1332,9 @@ OC.Contacts = OC.Contacts || {};
|
||||
$bdayinput.datepicker({
|
||||
dateFormat : datepickerFormatDate,
|
||||
changeMonth: true,
|
||||
changeYear: true
|
||||
changeYear: true,
|
||||
minDate : new Date(1900,1,1),
|
||||
maxDate : new Date()
|
||||
});
|
||||
$bdayinput.attr('placeholder', $.datepicker.formatDate(datepickerFormatDate, new Date()));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user