Commit 12479010 by Julien Jorry

Fix error on datepicker in Admin to choose a past date before the current day

parent 4131f86e
......@@ -519,8 +519,9 @@ Modified for MLC from Sonata package.
isRTL: false,
showMonthAfterYear: false,
yearSuffix: '',
minDate: 0,
maxDate: '+12M +0D',
minDate: '-5Y',
yearRange: 'c-5:c+3',
maxDate: '+3Y',
numberOfMonths: 2,
showButtonPanel: true
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment