I’m using Fullcalendar and when I click on the prev or next buttons, on the header, I want to get the month. How can I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
eventslike this:And when the user click the previous or next button, it will call the myfeed.php automatically, like this:
?start=1262332800&end=1265011200&_=1263178646.You will be able to catch this in server side and it’s Unix Time Format.