anthonyhartwig

Results 4 comments of anthonyhartwig

I'm having the same issue but with an even simpler format: `$('#datetimecalendar').datetimepicker();`

It is getting caught at line 1649 with the dateHelper being null: `} else if (options.disabledDates.indexOf(dateHelper.formatDate(start, options.formatDate)) !== -1) {`

Turns out I was a dummy. I wasn't including the full version. Make sure you're using the full version from the build directory and include like this: `` ``

@shyamneosoft111 are you using the full version (like I stated above)? Also, are there any console errors you can provide?