When my FullCalendar (v 2.3.1) attempts to get its event data in my Controller
code, start and end parameters object looks like this:
start=1425186000
end=1428811200
The documentation states that I should be getting ISO8601 dates as the parameters but obviously I am not.
How do I get the FullCalendar to provide ISO8601 dates? What are the numbers that I am actually getting?