Greetings,
I am working on the calendar event and it is working for all other dates except the 31st of any month. I am sending the snapshot, you can check. I have event on 31st of may 2012, but it is not shown in the calendar, if i change the To date to 30 or some other dates, then it show the event in the calendar. below is my table structure.
reportDuration enum('Weekly', 'Bi-Weekly', 'Monthly', 'Quarterly')
reportFrom datetime
reportTo datetime
dueDate datetime
and my fields.ini file is:
[reportFrom]
event.date = 1
event.start = 1
widget:label = "From"
[reportTo]
event.date = 1
event.end = 1
widget:label = "To"
please lead me, what's the matter, why it doesn't show the event on date 31st?
your help will be greatly appreciated.