In the Week View, if I select a time period, how do I get the selected time, on the click of a button. Is there a function to call like, getTime or something? I can get the selected day, by doing something like:
var start = $('#calendar').fullCalendar('getView').visStart;
however, not sure how to get the selected time.