there would be nice to restrict the user input by * restricting past dates * allowing time intervals ```js m(DatePicker, { data: ..., allowPastDates: true, // defaults to now interval: { start: "08/07/17", // defaults to now end: "12/12/17" } onchange: ... }) ```