The problem is Persian (Iranian) months are different from Georgian months, for example 7th month of year is Mehr in Iranian Calendar and is 30 days, but July is 31 (7th month of Georgians).
I am using FullCalendar and I\'m using the select: function to allow the user to select one or more days, and then enter a value, which I will later save to a database. I want to clear the existing e开
I have a function that dynamically adds events to the calendar. function AddEventSourceDetailed(act_id) {
I\'ve downloaded the last fullCalendar but the information in db is not renderd out, I can see the information when I use fir开发者_如何学编程ebug(Response and in tab JSON) , but nothing is visible in
my question is: Is it possible to trigger something (ie. alert, Qtip, whatever) when today\'s date is the date of an event in the FullCalendar? I am using the XML from my Google calendar as the source
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
I am tryin开发者_Go百科g to restyle a instance of FullCalendar so that the day and week views run the entire height of the web page. i.e. I do not want a scrollbar to view the entire day. I tried remo
I currently have fullcalendar setup such that it uses a JSON data feed for populating events.Recently I have been going through my site and trying to optimize pa开发者_如何学Cge load times.In looking
I\'m having trouble appending the date to the calEvent.Url. The same thing works fine in in the dayClick, but when I try and append the same code to the calEvent.Url my events dissappear from the cale
I need to show a custom header title in t开发者_JS百科he calendar. I am handling16 calendars and I need every one of them to show their own title. I have tried everything I could modifying this part o