Skip to content Skip to sidebar Skip to footer

Full Calender Not Showing Selected Date

I want to popup selectedDate on Date Select I used a solution from previous post : get selected date from fullcalendar jquery this is my jsfiddle http://jsfiddle.net/100thgear/h9c

Solution 1:

F12 for the console is your friend ;)

hasTime is not a function, so changing the one line to this worked:

varallDay=!start.hasTime&&!end.hasTime;

fiddle: http://jsfiddle.net/5o66w860/

Post a Comment for "Full Calender Not Showing Selected Date"