daterangepicker
daterangepicker copied to clipboard
Ignore invalid data from input
When original data in the input is not valid moment.js creates a date object but it is invalid. DateRangePicker then shows the month view filled of NaNs. This change makes DateRangePicker to ignore the input data if it can´t be properly parsed.