var simple = new Datepicker('#inp-' + b[i]['name']+'',{
multiple: true
});
i18n:
months: An array of month names. 0 == January, 12 == December, etc.
weekdays: An array of weekday names. 0 == Sunday, 1 == Monday, etc.
time: An array of labels for the time picker. The first, for non-ranged time pickers. The second, for the starting time. And the third, for the ending time.