By Marco Ficelle on Tuesday, 01 July 2014
Posted in General Issues
Replies 7
Likes 0
Views 556
Votes 0
Hi..

I recreated this on your demo.. I added 2 events in darius profile and the second event (not allday Event) has a strange prefix in the title "12a"

in title i havent entered "12a" or anything..

can you check and give me solution please
It's not a strange prefix. It actually means 12am The calendar library is probably truncating it.
·
Tuesday, 01 July 2014 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,
but i have 24h system and this also have to changed if set the calendar app to 24hrs
·
Wednesday, 02 July 2014 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
So please give me solution.
·
Wednesday, 02 July 2014 02:32
·
0 Likes
·
0 Votes
·
0 Comments
·
and that isnt shown if i set "allday" event to yes. So on few entries its shown on few not..
·
Wednesday, 02 July 2014 02:33
·
0 Likes
·
0 Votes
·
0 Comments
·
If it's an all day event it doesn't display the time. The time is only a representation of the event start time. You can hide it by adding the css codes below:


.fc-view-month .fc-event-time {
display: none;
}
·
Wednesday, 02 July 2014 02:43
·
0 Likes
·
0 Votes
·
0 Comments
·
yes, but not for 24hr view
·
Wednesday, 02 July 2014 03:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Marco,

I guess the best way to fix this right now is to apply the css codes above
·
Wednesday, 02 July 2014 12:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post