bootstrap-datetimepicker
bootstrap-datetimepicker copied to clipboard
setStartDate, setEndDate don't work as expected
setStartDate & setEndDate hadn't worked for me.
My solution: Replace "new UTCDate(date)" with "parseDate(date)"
Please take this pull request as its breaking otherwise.
+1